* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Lato;
    color: #343333;
    font-size: 2.7vh;
    user-select: none;
    
}


body{
    height: 100%;
    width: 100%;
    margin: 6vh 6vh 0 6vh;
    overflow-y: scroll;
    background-color: #eae6e5;
}

h4{
    font-size: 5.75vh;
    font-weight: 200;
    text-decoration: none;
    color: #EF6449;
}

p{  margin-top: 15vh;
}

#mail {
    user-select: text;
    color: #EF6449;
}

#contact{
    position: absolute;
    z-index: -1;
    height: calc(100 - 12vh);
    line-height: 4.3vh;
    top: 55%;
    transform: translateY(-50%);
}

.underline{
    margin: .28vh 0 0 0;
    height: .3vh;
    width: 25.6vh;
    background-color: #EF6449;
}