html {
    height: 100%;
}


body {
  min-height: 100%;
  background-color: white;
  color: #006400;
  font-family: Verdana;
}
h6{
  text-align: center;
  font-size: 28pt;
}


h1 {
 text-align: left;
  font-size: 20pt;
}

h2 {
 text-align: left; 
  text-indent: 30px;
  font-size: 18pt;
}

h3 {
 text-align: left;
  text-indent: 60px;
  font-size: 16pt;
}

h4 {
  text-align: left;
  text-indent: 90px;
  font-size: 14pt;
}

h5{
  text-align: left;
  text-indent: 120px;
  font-size: 12pt;
}


.container1 {
position: absolute;
top: 95%;
left: 50%;
transform: translate(-50%, -50%);
  overflow-y: scroll;
  scrollbar-color: darkolivegreen;
    
 width: 100%;
  padding: 20px; 

 max-width: 500px;
 max-height: 400px;
  text-align: left;
  word-wrap: break-word;
  border: #006400 2px dotted;
  background-color: #D7F7DA ;
  color: #006400;  
}




center-text {
text-align: center;
}




center {
display: block;
margin-left: auto;
margin-right: auto;
width: 25%;
}

a {
 text-decoration: none;
 color: #6A5ACD;
 font-weight: bold;
}