body{
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
    color: #F57C00;
}

h2{
    margin: 0px;
    margin-top: 20px;
    font-size: 35px;
    font-style: italic;
}

.banner{
    padding: 0px;
    margin: 0px;
}

.banner img{
    width: 100%;
}

.contact{
    text-align: center;
}

.map{
    width: 95%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.map iframe{
    width: 100%;
}

.map-description{
    width: 40%;
    padding: 20px;
}

.map p{
    text-align: justify;
    line-height: 1.6em;
}

.contact-container{
    width: 50%;
    
}

.whatsapp{
    padding: 20px;
}

.whatsapp img{
    padding: 20px;
}

.whatsapp img{
    width: 50%;
}

.contact{
    display: block; /* default for smaller screens */
}

.contact-container button{
    width: 100px;
    height: 50px;
    font-size: 16px;
    border-radius: 50px;
    background-color:  #F57C00;
    border: none;
}

.contact-container a{
    text-decoration: none;
    color: black;
}

.contact-container a:visited{
    color: black;
}

@media (max-width:480px){
    .map{
        display: block;
    }
    .contact-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .map-description{
        width: 95%;
    }

    .map-container{
        width: 100%;
    }
    .map-container iframe{
        height: 300px;
    }
    .map-description{
        padding: 0;
    }
}
