*{
    margin:0;
    padding:0;
}

html{
    scroll-behavior: smooth;
}

body{
    background-color: #a9b2e0;
}

.nav-flex-container{
    display:flex;
    flex-wrap: nowrap;
    width: 100%;
    background-color:  #82b8c9;
    position: fixed;
    z-index: 1;
}

.nav-flex-container > a{
    background-color: #32936f;
    width: 160px;
    height: auto;    
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 20px;
    border-radius: 100px;
}

a, a:active, a:visited{
    text-decoration: none;
    color:black;
    transition: 0.3s;
  }

a:hover{
    background-color:#124935;
    color: white;
}

.main-flex-container{
    display:flex;
    flex-direction: column;
    padding-top: 90px;

}

header {
    text-align: center;
    background-color: #424874;
    padding: 20px;
}

.left {
    display:flex;
    justify-content: center;
    background-color: #53917e;
    align-items: center;
    align-self: center;
    scroll-margin-top: 110px;
    font-size: 120%;
    width: 80%;
    margin: 20px;
    border-radius: 50px;
}

.left > img{
    flex: 0 0 20%;
    width: 400px;
    padding: 20px;
    border-radius: 50px;
}

.left > div{
    flex: 0 0 60%;
    text-align: center;
    padding: 20px;
}

.right{
    display:flex;
    justify-content: center;
    background-color: #53917e;
    align-items: center;
    align-self: center;
    scroll-margin-top: 110px;
    font-size: 120%;
    width: 80%;
    margin: 20px;
    border-radius: 50px;
  }

.right > img{
    flex: 0 0 20%;
    width: 400px;
    padding: 20px;
    float: right;
    
    border-radius: 50px;
}

.right > div{
    flex: 0 0 60%;
    text-align: center;
    padding: 20px;
}

#map { 
    height: 380px;
    width: auto;
    z-index: 0;
}

button {
    background-color: #246950;
    width: 160px;
    height: auto;    
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 20px;
    border-radius: 100px;
    border: none;
}

button:hover{
    background-color:#124935;
    color: white;
}