div {
display: block;
background-color: gray;
width: 100%;
height: 200px;
margin-left: -5px;
margin-top: -0.5%;
text-align: center;
font-size: 40px;
font-family: Georgia;
border-style: solid;
border-width: 4px;
border-color: #ffffff;
overflow: auto;
}

div2 {
display: block;
background-color: gray;
width: 100%;
height: 400px;
margin-left: -5px;
margin-top: -0.5%;
text-align: center;
font-size: 40px;
font-family: Georgia;
border-style: solid;
border-width: 4px;
border-color: #ffffff;
overflow: auto;
}

.button2 {
border:  none;
margin: 4px 2px;
padding: 15px 32px;
white-space: nowrap;
background-color: #cccccc;
color: black;
text-align: center;
text-decoration: none;
font-size: 12px;
cursor: pointer;
font-family: Georgia;
text-decoration: underline;
}

.button {
border:  none;
margin: 4px 2px;
padding: 15px 32px;
white-space: nowrap;
background-color: #ffffff;
color: black;
text-align: center;
text-decoration: none;
font-size: 12px;
cursor: pointer;
font-family: Georgia;
}

div3 {
display: block;
background-color: gray;
width: 100%;
height: 800px;
margin-left: -5px;
margin-top: -0.5%;
text-align: center;
font-size: 40px;
font-family: Georgia;
border-style: solid;
border-width: 4px;
border-color: #ffffff;
overflow: auto;
}
