  body {
  background-color: grey;
  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 5px  	white;
}



.container {
  padding: 10px;
  height: 550px; /* Adjust the height of the container as desired */
  overflow-y: auto; /* Enable vertical scrolling */
  overflow-x: hidden;
  width: 80vw;
  max-width: 750px;
  margin: 0 auto; /* Center the container horizontally */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  border: solid black 5px;
}

a {
 text-decoration: none; 
  
}