*{
    font-family: 'Lato';
}
button {
    background-color: black;
    border: solid 2px black;
    border-radius: 4px;
    padding: 5px 20px;
    text-align: center;
    color:white;
    
  }

button:hover {
    background-color: white;
    color: black;
    
}