body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
    margin-top: 15em;
    
}

.btn{
    border-radius: 4px;
    background-color: black;
    color: white;

  border: 2px solid purple;
}

#wIcon{
    margin-left: 0px;
}

#city{
    
    background-color: black;
    color: white;
    width: 11.7em;
  border: none;
  border-bottom: 2px solid purple;
}

.text-align{

    margin-top: 0.5em;
}