html, body {
    padding: 10px;
    background-color:rgb(248, 244, 196);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;   
 }

h1 {
    font-size: 48px;
    text-align: center;
    color:palevioletred;
}
h2 {
    text-align: center;
    color:palevioletred;   
}

p {
    font-size: 20px;
    text-align: center;
    color:slategrey;
}

 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%;
}