body{
    margin:0;
    padding:0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.logo{
    display: flex;
    justify-content: center;
    margin-top:40px;
}

.header{
    background: #ffd8c7;
    padding: 8px 15px;
    font-weight: 700;
    height:35px;
    line-height: 35px;
    
}

.header a{color:black;}

.definitions{
    margin-top: 40px;
    text-align: center;

}

h3{
    color:aliceblue;
    text-align: center;
}

.embedded-map{
    text-align: center;
}