body{
    font-family: Arial, Helvetica, sans-serif;
}

.title-qoute{
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 70px;
}
button{
    background-color: blue;
    padding: 20px 50px;
    margin: 20px;
}
button:hover{
    background-color: #008000;
}