body{
    text-align: center;
    margin: 50px;
    background-color: black;
}

#button{
    border: 2px solid;
    border-color: white;
    font-size: 20px;
    padding: 20px;
    color: white;
    background-color: skyblue;
}

#cidade{
    border: 2px solid;
    border-color: skyblue;
    font-size: 20px;
    padding: 10px;
}

#image{
    border-radius: 100%;
}

#titulo{
    color: white;
    font-size: 100px;
}

#resultado {
    color: white;
    margin-top: 20px;
    font-size: 20px;
}