body {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    max-width: 670px;
    width: 100%;
    height: 100vh;
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: white;
    background: linear-gradient(20deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url("https://all-inpizzeria.com/assets/images/background.png") no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}

.logo {
    border-radius: 0%;
    width: 100%;
    max-width: 550px;
    height: auto;
}

.logo-placeholder {
    padding: 5px;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

h1 {
    margin-top: 20px;
    font-size: 2.5em;
}

@media (max-width: 767px) {
    body {
        padding: 0 20px;
    }

    h1 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.5em;
    }
}
