/* Learn */
body
{
font-size: 1.3vw;
}

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

h2
{
font-size: 1.4vw;
color: #0cdc21;
}

A:visited
{
color: red;
text-decoration: underline;
}

A:hover
{
color: yellow;
text-decoration: underline;
}
.int
{
border: 1px black ridge;
width: 100%;
padding: .3vw;
background-color: #73cdfd;
box-shadow: .1vw .1vw .3vw .1vw rgba(0, 0, 0, 0.5);
}

ul
{
list-style-type: circle;
}

H3
{
font-size: 1.3vw;
font-weight: 900;
}

Div.num
{
border: 0px;
width: 50%;
padding-left: 3vw;
}

textarea
{
border: 0;
background-color: #c7ebfe;
color: #c7ebfe;
resize: none;

}

::-moz-selection
{
background: #c7ebfe;
color: #c7ebfe;
}

