@font-face {
    font-family: Galindo;
    src: url(Galindo/Galindo-Regular.ttf)
}
.class1{
    font-family: Galindo;
    margin: 25px;
    padding: 10px;
    margin-top: 55px;
    text-align: center;

}
div{
    border-top: 5px;
    border-left: 0;
    border-right: 0;
    border-bottom: 5px;
    border-style: solid;
}
#maintext{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    padding: 20px;
    margin: 25px;
    position: relative;
    bottom:15px;
}
#clickstuff{
    position:relative;
    bottom:50px;
}
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#nameheader{
    position:relative;
    top:45px;
}
#faceplant{
    position:relative;
    bottom: 75px;
}
#catsleep{
    height:110px;
    position: fixed;
    right:0px;
    bottom:15px;
}
::-webkit-scrollbar {
    width: 33px;
    background-color: rgb(245, 245, 245);
  }
::-webkit-scrollbar-thumb {
    background-image: url(Scrollbarthumb.png);
    background-size: 2em;
    background-repeat: no-repeat;
  }