html, body{
    background: #b57878;
    background: linear-gradient(0deg, #bbcea8 20%, #FFFFFF 100%);
    height: 100%;
    width: 100%;
    position: absolute;
}

a{
    text-decoration: none;
    text-decoration-style: none;
    cursor: pointer;
}

a:hover{
    text-decoration: none;
    text-decoration-style: none;
}