*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Roboto",sans-serif;
}
.container{
    width: 100vw;
    height: auto;
    margin: 10px;
}
.hero-section{
    width: 100%;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.hero-section h3{
    font-size: 5rem;
    font-family: 'Times New Roman', Times, serif;
    color: green;
}
.hero-section p{
    font-size: 3rem;
    color: grey;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}
span{
    color: red;
}
.hero-section h1{
    color: red;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 5rem;
}

@media(max-width:700px){
    .hero-section h3{
        font-size: 4rem;
    }
    footer{
        font-size: 1.2rem;
    }

}
.map-image{
    width: 100vw;
    height: auto;
}
.map-image img{
    width: 100%;
}
footer{
    background-color: grey;
    width: 100%;
    height: 50vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: red;
}
