* {box-sizing: border-box;}
body {background-image:url("background-vipp.jpg");background-repeat:no-repeat;background-position:center;background-size:cover; background-color:#050507;margin: 0;padding: 0;font-family:Arial, sans-serif;font-size:2.2em;font-weight:700; text-align:center;line-height:150%;}
.container {align-items: center;display: flex;justify-content: center;height: 100vh;padding:30px;color:#fff;}
a {color:#e30613;text-decoration:none;}

@media (max-width: 470px) {
body {font-size:1.5em;text-align:center;line-height:150%;}
}

@media (max-width: 320px) {
body {font-size:1em;text-align:center;line-height:150%;}
}