h1 {
    font-size: 48px;
    text-align: center;
    color:darkslategrey;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
h2 {
    height: 24px;
    color:darkslategrey;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

p{
    height: 18px;
    color:darkslategrey;    
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
}

#map {
    height: 610px;
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
}

#button{
    height: 50px;
    width: 200px;
    background-color: darkslategrey;
    color: white;
    font-weight: bold;
    margin-left: 10%;
}