body{
    font-family: Arial;
    font-size: 20px;
    background-color: lightskyblue;
    height: 100%;
}
#map{
    height: 100%;
}
#siteTitle{
    font-family: serif;
    font-size: 30px;
    background-color: greenyellow;
    border: 5px solid blue;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 20px;
}