body{
    margin: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container{
    display: inline-block;
    width: 1000px;
    margin-left: calc(50% - 500px);

   
}

.container:nth-child(1){
    margin-top: 20px;
}

.container:nth-child(2){
    margin-top: 80px;
}
.logo{
    height: 40px;
    width: 40px;
    object-fit: contain;
    object-position: left;
    float: left;
}

.main-menu{
    float: right; 
    margin-top: 10px;
}

.main-menu > .link{
    display: inline-block;
    margin-right: 3em;
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.link:last-child{
    margin:0;
}

.link:hover{
    text-decoration: underline;
}

 img{
    width: 45%;
    float:right;
}

.left-collum{
    float: left;
    margin-top: 0em;
    width: 35%;
}

.main-title{
    font-size: 80px;
    text-align: left;
    font-weight: 100;
    color: #000;
}

.main-title::after{
    content: '';
    display: block;
    margin-top: 8px;
    width: 160px;
    height: 6px;
    background-color: #6cbedd;
}

.main-title > span{
    font-weight: normal;
}

.description {
    font-size: 16px;
    text-align: left;
    font-weight: 100;
}

.button{
    display: inline-block;
    background-color: #6cbedd;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1em;
    padding: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 999em;
    border: 0.15em solid #6cbedd;
    margin-top: 20px;
    margin-right: 20px ;
}

.button:nth-child(4){
    background-color: #fff;
    color: #000;
}

.button:hover{
    box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.2);
}

