body {
    background-color: seashell;
    padding: 5px;
}

.container {
    margin: 5px;
}

.spaced {
    padding: 10px;
    margin: 10px;
}

#cities {
    border-style: solid;
    border-width: 2px;
    border-color: brown;
}

.history{
    text-transform: uppercase;
}