body {
    margin: 0px;
    background: #5abcd3;
    font-family: 'Open Sans',sans-serif;
    color: #111111;
    font-size: 16px;
}

/*--------------------Menu--------------------*/

.menu {
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: right;
    align-items: center;
}

.logo-menu {
    position: absolute;
    left: 8%;
    width: 8%;
}

.menu-list {
    display: inline-block;
    margin-right: 8%;
}

.menu-item {
    color: #5abcd3;
    text-decoration: none;
    padding-right: 10px;
}

a.menu-item:hover {
    color:#478ac9
}

