body{
    background: linear-gradient(to left, rgba(220,220,220, .7), rgba(220,220,220, .7)), url("../img/kuchnia.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Barlow', sans-serif;
}

a{
    text-decoration: none;
    color: #222;
}

.container{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo{
    width: 80vw;
}

@media (min-width: 768px) {
    .logo{
        width: 60vw;
    }
}

@media (min-width: 1024px) {
    .logo{
        width: 40vw;
    }
}

@media (min-width: 1440px) {
    .logo{
        width: 30vw;
    }
}

p{
    margin:0;
}

.coming{
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
}

.contact{
    margin-top: 1rem;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
}