body {
     background: linear-gradient(135deg, #E9967A, #FFE4B5);
    font-family: 'Times New Roman', cursive, sans-serif;
    padding: 50px;
    color: black;
  }
  
  p {
 
    font-weight: bold;
     font-size: 1.5em;
  }
  
  h1 {
    font-weight: bold;
    font-size: 4em;
    text-align: center;
  }
  
  
  h2 {
    font-weight: bold;
     font-size: 2.0em;
     color:#191970;
  }
  
  li {
    font-weight: bold ;
    font-size: 1.5em ;
  }
 
 div {
   font-size: 1.5em;
   font-weight: bold;
 }
  
 
  image src {
  width: 20px;
}
  
  button {
   
    background: white(circle, #ff7eb3, #ff758c);
    font-family: 'Times New Roman', cursive, sans-serif;
    color: #0056b3;
    border: none;
    padding: 15px 15px;
    margin-top: 20px;
    border-radius: 25px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
  }
  
  
   button:hover, button:focus, button:active {
    background: radial-gradient(circle, #ff5e62, #ff9966);
    color: yellow;
    transform: scale(1.1);
    cursor: pointer;
  }