@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.menu{
    background-color:#9400D3;
    display:flex;
    justify-content: flex-end;
    align-items:center;
    list-style: none;
}

.menu p{
    padding: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    padding-right: 15px;
}

a{
    text-decoration: none;
}

.menu:hover{
    color: #530674;
    transition: 0.5s;
}

img{
    height: 33vh;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    object-fit: cover;
}

.logo-img{
    width:40px;
    height:100%;
}
.logo{
    position:absolute;                                         
    top:2px;
    left:10px;
}

.img{
    text-align: center;
}

.img-two{
    text-align: center;
    height: 65svh;
}

.cardapio{
    width: 450px;
    height: 450px;
    padding: 20px;
    margin-top: 50px;
    
}

.rodape{
    width: 100%;
    height: 27vh;
    background-color: #EEDAE5;
}

.whats{
    margin-top: 30px;
    margin-left: 6px;
    font-size: 20px;
}

.rodape h1 p{
    margin-left: 20px;
}

footer{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.contato{
    margin-left: 15px;
    font-size: 20px;
    margin: 7px;
}

footer h1{
    margin-left: 15px;
}