@font-face {
    font-family: manifont;
    src: url('fonts/BBBManifontGrotesk-Book.otf');
}


html{
    font-size:10px;
    width:100%;
    height:100%;
}
body{
    background:linear-gradient(white, blue);
    font-family: manifont;
   
}

h1{
    text-transform:uppercase;
    font-size:20lvh;
    background-image:linear-gradient(blue, white);
    background-clip: text;
   color: transparent;


}

p{
    font-size:2rem;
    color:white;
    position:fixed;
    bottom:0;
    right:2rem;
}
