  body {
  background-color: black;
  color: red;
  font-family: helvetica;
  margin: 0;
  padding: 0;
  }


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



.container {
  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: solid black 5px;
}

a {
 text-decoration: none; 
  
}