pre{
    max-height: 400px;
    overflow: auto;
}
.container{
    max-width: 900px;
}
.map{
    height: 300px;
    background-color: #EEE;
    width: 100%;
}
.lighter{
    color: #EF9D00;
}
.capitalize{
    text-transform:capitalize;
}
p{
    font-weight: normal;
}