body{
    margin:0;
    padding:0;
}

main{
    font-family: 'Open Sans';
    font-style: normal;
}

nav{
    width: 100%;
    height: 93px;
    
    padding-top:0px;
    
    background: #0B2A4D;
    border-radius: 0px 0px 6px 6px;
    
    display:flex;
    justify-content:center;
    align-items:center;
    
}

nav div{
    
    display:flex;
    width:80rem;
    min-width:40rem;
    justify-content:space-between;
}

nav div a{
    font-weight: 750;
    font-size: 20px;
    line-height: 30px;
    color:white;
}

h1{
    display:flex;
    justify-content:center;
    font-weight: 500;
    margin-top:6rem;
    margin-bottom:0;
}

.underline{
    margin-left:auto;
    margin-right:auto;
    margin-top:-0.15rem;
    height:0.4rem;
    width:22rem;
    background: #0B2A4D
}

h2 {
    margin: 0 auto;
    text-align:center;
    width:29rem;
    font-size:18px;
    margin-top:1rem;
    font-weight:500;
}

.logo {
    display:block;
    margin:auto;
    width:28rem;
    height:28rem;
    margin-top:3rem;
}