body {
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
}

h1 {
  color: rgb(42, 210, 202);
  text-align: center;
}
 p{
  color: #c61bda;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-color: #f8c8dc; 
}