@font-face {
    font-family: "Address Sans";
    src: url(https://phompho.github.io/database/Address%20Sans%20Pro%20Cd%20Regular%20Italic.otf)
    }
    @font-face {
        font-family: 'rainyhearts';
        src: url('https://phompho.neocities.org/fonts/rainyhearts.eot');
        src: url('https://phompho.neocities.org/fonts/rainyhearts.eot?#iefix') format('embedded-opentype'),
         url('https://phompho.neocities.org/fonts/rainyhearts.woff2') format('woff2'),
         url('https://phompho.neocities.org/fonts/rainyhearts.woff') format('woff'),
         url('https://phompho.neocities.org/fonts/rainyhearts.ttf')  format('truetype'),
         url('https://phompho.neocities.org/fonts/rainyhearts.svg#rainyhearts') format('svg');
    }



    ::-webkit-scrollbar {
        width: 15px;
    }
    
    ::-webkit-scrollbar-track {
        background-image: url(track.png);
        border-radius: 0px;
        background-color: #2c2c2c;
    }
    
    ::-webkit-scrollbar-thumb {
        background: linear-gradient(0deg, rgba(250,248,203,0) 0%, rgba(250,248,203,1) 50%, rgba(250,248,203,0) 100%);
        border-radius: 3px;
    }
    
    ::-webkit-scrollbar-thumb:active {
        background-color: #faf8cb;
        border-radius: 3px;
    }

body {
    background-color: #2c2c2c;
    font-family: 'rainyhearts';
    color: #fff;
}

h1 {
    font: 70px "Address Sans";
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(184, 183, 117, 0) 0%, rgba(250, 248, 203, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center;
}

h2 {
    font-family: "Address Sans";
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(184, 183, 117, 0) 0%, rgba(250, 248, 203, 1) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center;
}

.clearfix {
    overflow: auto;
}
  