body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #F8F9FE;
    margin: 0;
    padding: 0;
}
.main, .hero {    
    width: 800px;
    margin-left: calc(50% - 400px);
   
}
.hero {
    margin-top: 2%;
}
.main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo {
    float: left;
    height: 60px;
    object-fit: contain;
    object-position: left;
}
.nav {
    margin-top: 32px;
    color: #191858;
    text-decoration: none;
    float: right;
}
.nav > .link {
    display: inline-block;
    margin-left: 2em;
    color: #070346;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
.nav > .link:hover {
    text-decoration: underline;
}
.nav > .link:nth-of-type(5) {
    margin-left: 0.8em;
}
.nav > .link:nth-of-type(6) {
    margin-left: 0;
}
input {
    width: 120px;
    margin-right:2em;
    background-color: #EDF1F5;
    border: none;
    border-radius: 999em;
    font-size: 12px;
    padding: 0.5em;
    margin-left: 2em;    
}
.title {
    font-size: 40px;
    color: #110E5F;
    font-stretch: normal;
    margin-bottom: 0px;
}
.description {
    color: #040051;
    font-size: 20px;
    margin-top: 5px;    
}
img {
 margin-top: 10px;
 margin-left: 40px;
}