body {
    background-color: #efeff4;
}

.outercontainer{
    width: 1200px;
    height: auto;
    margin: auto;
    position: relative;
    align-items: center;
    
}

.logo{
    margin: 40px;
    float: left;
}

.menu{
    font-family: Outfit, sans-serif;
    float: left;
    margin: 10px;
    font-size: 23px;
    font-style: bold;
}

.menu li{
    float: left;
    position: relative;
    list-style: none;
    margin: 20px;
    text-align: center;
}

.menu li a{
    width: 70px;
    height: 20px;
    display: block;
    text-decoration: none;
    color: #202020;
    margin: 20px;
    font-weight:  medium;
    font-family: Outfit, sans-serif;
    line-height: 20px;
    transition: 0.15s;
}

.menu li a:hover{
    font-weight: bold;
}


.mavis{
    width: 100px;
    display: block;
    position: relative;
    font-family: Outfit, sans-serif;
    font-size: 75px;
    line-height: 65px;
    float: left;
    margin: 50px;
    color: #151515;
}

.mavis h3{
    width: 400px;
    font-size: 50px;
    margin: 0px;
    font-weight: lighter;
    color: #151515;
}
.mavis h2{
    font-size: 32px;
    font-family: Noto Sans SC, sans-serif;
    margin: 0px;
    font-weight: bold;
    color: #151515;
}

.hometext{
    display: block;
    width: 460px;
    margin-left: 30px;
    font-family: Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: lighter;
    line-height: 36px;
    float: left;
    color: #151515;
    text-align: right;
}

#homeimage{
    float: right;
    display: block;
    position: relative;
    margin-right: 0px;
    margin-top: -380px;
}

.subtitle{
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: rgba(3, 12, 38, 0.4);
    margin: 20px;
    text-align: center
}

.subtitle a{
    text-decoration: none;
    color: rgba(57, 90, 239, 0.7);
    font-weight: bold;
    transition: 0.2s;
}

.subtitle a:hover{
    color: rgb(57, 90, 239);
}

.blockcontainer{
    font-family: Outfit, sans-serif;
    width: 1000px;
    display: block;
    margin: auto;
    text-decoration: none;
}

.mainblock{
    width: 180px;
    display: inline-block;
    margin: 10px 7px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 20px 25px -5px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px;
    padding: 22px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    color: #3B4463;
    transition: 0.2s;
    text-decoration: none;
}

.mainblock:hover{
    background-color: rgba(207, 216, 255, 0.6);
}

.secondaryblock{
    z-index: 1;
    width: auto;
    display: inline-block;
    margin: 8px 10px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 20px 25px -5px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px;
    padding: 14px 22px;
    font-size: 22px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    color: rgba(59,68,99,0.7);
}

.footer{
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: light;
    color: #3B4463;
    text-align: center;
    margin: 20px;
}


@media all and (max-width: 760px){
    .outercontainer{
        width: 100%;
        padding: auto;
    }
    .menu{
        width: 100%;
        float: none;
        font-size: 18px;
    }

    .logo{
        width: 90%;
        float: none;
        text-align: center;
    }
    
    .mavis{
        width: 100%;
        font-size: 45px;
        line-height: 40px;
    }

    .mavis h3{
        font-size: 30px;
        margin: 0px;
    }
    .hometext p{
        width: 100%;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        display: block;
        clear: both;
        margin: 30px;
    }
    #homeimage img{
        width: 320px;
        margin-top: 0px;
    }
    .blockcontainer{
        width: 100%;
        margin: auto;
    }

    .mainblock{
        width: 50%;
        padding: 15px;
        font-size: 20px;
        clear: both;
        display: block;
        margin: 20px auto;
        text-decoration: none;
    }

    .secondaryblock{
        width: 30%;
        padding: 10px;
        font-size: 20px;
        display: block;
        margin: 20px auto;
    }
    
}