 body {
  background-color: white;
  color: white;
  font-family: Times;
  letter-spacing: 2.5px; /* Adjust the letter-spacing value as needed */
  margin: 0;
  padding: 0;
  }


.header3 {
    padding:10px;
  text-align: center;
  font-size: 55px;
  top: 70px;
  text-shadow: 0 0 10px  	black;
}



.container {
  background-image: linear-gradient(to bottom, #cf99ff 0%, #84d6ff 25%, #cdffaa 50%, #ffd684 75%, #ff7c7c 100%);
  padding: 10px;
  height: 550px; /* Adjust the height of the container as desired */
  overflow-y: scroll; /* Enable vertical scrolling */
  overflow-x: hidden;
  width: 80vw;
  max-width: 750px;
  margin: 0 auto; /* Center the container horizontally */
border: 5px solid transparent;
 border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
}

a {
 text-decoration: none; 
  
}