@font-face {
    font-family: PermanentMarker-Regular;
    src: url(./PermanentMarker-Regular.ttf);
}

body, html{
    background-color:#000e0f;
    font-family: "PermanentMarker-Regular";
    font-size:3vw;
    color:#017171;
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
}

#footer {
    position: fixed;
    bottom: 0%;
}

.textgrad {
    background: linear-gradient(to right, #017171, rgb(90, 0, 68));
    color: transparent;
    background-clip: text;
    display: inline-block;
}