.maindiv{
    margin-top: 7.5%;
}
body {
    background-color: #eeeded;
}

.main{
    width: 100%;
    height: 100%;
}

.name{
    margin-bottom: -0.5%;
    color: #7289DA;
    font-family: 'Montserrat', sans-serif;
    font-size: 7em;
}

.text{
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    font-size: 2.2em;
}

.circles{
    font-size: 70px;
    transition: 0.3s;
    color: #032033;
    text-decoration: none;
}
