body {
    background-color: black;
}
p {
    color: white;
    text-align: center;
    font-size: 25px;
}
button {
    background-color: #1a1a1a;
    border: none;
    color: white;
    text-align: center;
    width:100%;
    height:60px;
    font-size:20px;
    display: inline;
}
.available {
    background-color: darkgreen;
}
.city {
    background-color: darkblue;
}
.robbed {
    background-color: darkred;
}
