body{
    width: 100%;
    height: 160vh;
}
#getAQuiteText{
    width: 90%;
    height: 60vh;
    margin-left: 5vw;
    text-align: justify;
    position: relative;
    top: 35vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#formContainer{
    position: relative;
    width: 90%;
    height: 60vh;
    margin-left: 5vw;
    top: -60vw;
}
#map{
    width: 100%;
    height: 60vw;
}
#footer{
    top: -50vw;
}