body{
    margin: 0;
    width: auto;
    background-color: black;
    color: white;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
}
#chez_logo{
    width: 55vw;
    max-height: 75vh;
    display: block;
}
.container{
    width: auto;
    display: flex;
    justify-content: center;
}
p{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: x-large;
}
.para{
    font-size: medium;
    text-align: center
}
@media only screen and (max-width: 600px){
p{
    font-size: large;
}
.para{
    font-size: small;
}
#chez_logo{
    width: 95vw;
    max-height: 40vh;
    display: block;
}

}

