body{
    background-color: #DDD;
    
}
div.top{
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: -20px;
    margin-top: -30px;
    width: 13%;
    float:left;
}
div.top h1{
    text-align: center;
    font-size: 28pt;
}
.nav{
    width: 100%;
    /*width: 165px;*/
    margin-left: 5%;
   
}
.nav a{
    text-decoration: none;
    color: white
}
.navItem{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3080FF;
    transition: padding .2s;
    width: 27.9%;
    float: left;
}
.navItem:hover{
    background-color: #23CEFA;
    padding-top: 25px;
    padding-bottom: 25px;
    
}
.navItem p{
    font-size: 20pt;
    text-align: center;
    margin: 0;
}
div.container{
    display: flex;
    gap: 1%;
    flex-wrap: nowrap;
    margin-left: 2%;
    width: 100%;
    }
div.content {
    width: 86%; 
    background-color: #EEE;
    padding: 10px;
    box-shadow: 0 0 9px 6px #CCC;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: 2%;
    transition: padding .2s;
}
.content h1{
    text-align: center;
    font-size: 30pt;
}
div.container a{
    width: 90%;
    text-decoration: none;
    color: black;
}
.content:hover{
    padding-top: 25px;
    padding-bottom: 25px;
    
}
.content img{
    width:90%;
    margin-left: 5%;
}
.banner{
    clear: left;
    width: 100%;
    text-align: center;
    font-size: 25pt;
    margin-bottom: -35px;

}
.exp{
    width: 40%; 
    background-color: #EEE;
    padding: 14px;
    box-shadow: 0 0 9px 6px #CCC;
    margin-top: 1px;
    margin-right: 5%;
    margin-left: 3%;
    border-radius: 10px;
    float: left;
    font-size: 20pt;
}
#mle{
    line-height: 193%;
}
#pe{
    line-height: 172%;
}
input{
    margin: auto;
    padding: 10px;
    font-size: 20pt;
}