body{
    background-color:orange;
    font-family:Trebuchet MS, arial, verdana, sans-serif;
    font-weight: normal;
}
#rightDiv{
    background-color: white;
    position:absolute;
    top:25%;
    right:10%;
    width:53%;
    height:100%;
    border-top:solid black 1px;
    border-left:solid black 1px;
}
#banner{
    position:absolute;
    top:0px;
    right:0px;
    width:45%;
    height:100%;
    border-left:solid black 1px;
    background-color:white;
}
#banner img{
    height:25%;
    width:80%;
    border-bottom: solid black 1px;
    border-right: solid black 1px;
    z-index:2;
}
#info{
    margin-top:5px;
    margin-left: 10px;
    line-height: 1;
    word-wrap:break-word;
}
#info h3 {
    color:#280092;
    font-style: normal;
}
.leftSide{
    position: absolute;
    top: 25%;
    width:17%;
    height:75%;
    padding-top:5px;
    background-color:rgb(34, 146, 211);
    border:solid black 1px;
    color:white;
    word-wrap:break-word;
}
.leftSide form{
    margin-left:10px;
    font-size: 12px;
}
.leftSide h3{
    text-decoration: underline;
    margin-top:10px;
    margin-left:10px;
    font-style:oblique;
}
.leftSide p{
    margin-left:10px; 
    margin-right:10px; 
    font-size: 12px;
}

#column2{
    right:64%;
}
#mainMenu{
    position: absolute;
    top:2%;
    right:64%;
    width:17%;
    height:25%;
}
#mainMenu img{
    width:100%;
    height:15%;
    padding-bottom:3%;
}
#missionsList {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.mission{
    margin-left:10px;
}