body {
  background-color:PaleGoldenrod;
  font-family:helvetica;
  color:red;
  
}

.About {
  background-color:lightblue;
  border:10px solid red;
  border-radius:30px;
  padding:10px;
  width:600px; 
}

.reminder {
  background-color:red;
  color:PaleGoldenrod;
  border:10px solid lightblue;
  border-radius:30px;
  margin: 30px;
  padding: 5px;
  width:300px
}

  