@font-face {
    font-family: epilogue;
    src: url(fonts/Epilogue-VariableFont_wght.ttf);
}
html{
    /* background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%); */
}
body{
    /* background: linear-gradient(180deg, rgba(250,245,245,1) 1%, rgba(161,36,253,1) 9%, rgba(253,77,36,1) 31%, rgba(66,46,230,1) 58%, rgba(213,213,83,1) 68%, rgba(91,213,83,1) 86%); */
    background-repeat: no-repeat;
    height: 100vh;
    mix-blend-mode: color;
}
h1, h2, h3{
    font-family: epilogue;
    color: black;
    font-weight: 400;
}
h1{
    font-size: 2vw;
    text-decoration: underline;
}
li{
    font-size: 1.5vw;
    color: black;
    transform: skewX(10deg);
}
a:hover{
    text-decoration: double;
}
a{
    color: black; 
}
body::-webkit-scrollbar{
    display: none;
    }