html{
    background-color: #f4efec;
    font-weight: lighter;
    font-size: 12px;
}

p{
    font-size: 2vw;
    text-align: center;
}

p{
    font-size: 2vw;
    text-align: center;
    margin-bottom: 0;
}

address{
    font-size: 2vw;
    text-align: center;
}

.heading-container{
    width: 90vw;
    height: 5vw;
}

.headign{
    position: relative;
    font-family:'Times New Roman', Times, serif;
    left: 19%;
    width: 80%;
    color: 3f3b36;
    font-size: 4vw;
    text-align: center;
}

.map-container{
    width: 90vw;
    height: auto;
}



.footer{
    margin-left: 20%;
    margin-top: 5vh;
    size: 30vw;
    width: 50vw;
    height: auto;
    justify-content: center;
}



