body { background:url("/images/bgrd.jpg"); background-size:cover; background-repeat: no-repeat; width: 100vw; height: 100vh; overflow: hidden}
.centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-family: "Tenor Sans", sans-serif;
  font-weight: 400; font-style: normal; color: #F0ECE3; font-size: 35px; }

@media (max-width: 600px) {
    .centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 24px; width: 70% }
    .centered img { width: 100%; }
}