/* white paper */

Div.white
{
border: 0px;
width: 90%;
margin: auto;
padding: 1vw;
height: 380px;
font-size:1.5vw;
}

.menu
{
border: 10;
width: 90%;
margin: auto;
}

.cells
{
border: groove #1e88fd .3vw;
text-align: center;
padding: .1vw;
background-color: #84befe;
}

H1
{
font-weight: 900;
color: black;
font-size: 1.8vw;
}


H2
{
font-size: 1.6vw;
color: blue;
font-weight: 900;
text-align: left;
}

H3
{
font-size: 1.6vw;
color: #0cdc21;
font-weight: 900;
}

H4
{
font-size: 1.6vw;
color: #099f17;
font-weight: 900;
line-height: 0;
margin-bottom: 1vw;
}

Div.four
{
font-size: 1.6vw;
color: #3c44ac;
font-weight: 900;

}

Div.indent
{
padding-left: 2vw;
}

.numbers
{
width: 95%;
border: 2px black solid;
margin: auto;
box-shadow: .3vw .3vw .6vw rgba(0, 0, 0, 0.5);
}

TD
{
text-align: center;
}

.learning
{
margin: auto;
width: auto;
text-align: center;
color: #0cdc21;
font-weight: 900;
}