body {
  background-color: #023;
}
.title-area {
  color: #aaf;
}
.button {

transition-duration: 0.4s;

  
background-color: #0000FF
; /* Blue */


border: none;


color: white;


padding: 20px 32px;


text-align: center;


text-decoration: none;


display: inline-block;


font-size: 18px;


}


.button:hover {


background-color: #4CAF50; /* Green */


color: white;


}



Resources
