body{

    
    background : url(images/reg.gif);
    background-size: 100px 100px contain;
    background-repeat: repeat;
    background-attachment: fixed;
    color: #fff;
    font-family: 'Cutive Mono', monospace;
    font-family: 'IBM Plex Mono', monospace;
    cursor: url(purple-pointer.png), auto;

    .content {
        Width: 780px;
        height: 2000px;
        //Border-style: dotted ;
        //border-width: 10px;
        //border-color:gold
        //padding: 20px;
        
        margin: auto;
        text-align: center;
        
    }
    .h3{
        color: blue;
        font-family:'IBM Plex Mono', monospace;
        
    }
//.top{
    position: sticky;
    top: 0;
}
    .hyperlinks{
        position: sticky;
        top: 0;

        text-align: center;

    }
    .gifs{
        position: sticky;
        
    }
}
h1{
    color: yellowgreen;
    font-family: 'IBM Plex Mono', monospace;
    text-align: center;
}

p{
    color: floralwhite;
    font-family: 'Cutive Mono', monospace;
    text-decoration: wavy underline 1px;
    
    font-size: 24px;
    text-align: center;

}
div{text-align: center;}

h2{
    p{color:blueviolet;
    }

    }
    

