body { margin: 0; padding: 0; }
#main { position: relative; height: 100vh; background: url(../images/home-weddings.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.container { position: relative; padding: 0 1rem; display: flex; flex-direction: column; height: 100%; justify-content: center; align-items: center; }
.logo { margin: 0; font-family: "Mukta", sans-serif; font-size: 3.75rem; font-weight: 900; color: #fff; }
.message { margin-bottom: 2rem; font-family: "Mukta", sans-serif; font-size: 1.75rem; font-weight: 400; line-height: 1.44em; color: #fff; text-align: center; }
.message a { color: #fff; }
@media (max-width: 500px) {
    .logo { font-size: 2.5rem; }
    .message { font-size: 1.25rem; }
}