 .cooltopbar{
  text-align:right;
  background: rgb(0,255,0);
background: linear-gradient(0deg, rgba(0,255,0,1) 0%, rgba(12,126,0,1) 0%, rgba(0,255,0,1) 100%);
}
body{
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: black;
  cursor: url('mouse.png'),auto;
  textarea {
  resize: none;
}
}
h1{
  font-family: wayoshi;
}
p{
  font-family: papermario;
}
a{
  font-family: papermario;
}
textarea {
  resize: none;
}
/* div crap*/
.container {
  margin: 50px;
  background-color: grey;
  border-style: solid;
  border-color: green;
  background-size: 100%, 50%;
  align-content: center;
  border-width: 10px;
}
.updatebar {
   background-color: #5C4033;
   width: 200px;
  padding: 20px;
  font-size: smaller;
  height: 100%;
  width: 160px;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 20px;
}
.navi {
  
  background: rgb(0,255,0);
background: linear-gradient(0deg, rgba(0,255,0,1) 0%, rgba(12,126,0,1) 0%, rgba(0,255,0,1) 100%);
}
#GBar{
  background-color: lightgreen;
  text-align: left;
}
/* dumptster */
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 600px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


            @font-face {
                font-family: papermario;
                src: url('https://blackopskoopa.neocities.org/fonts/FOT-PopJoyStd-B.otf');
            }

            @font-face {
                font-family: wayoshi;
                src: url('https://blackopskoopa.neocities.org/wayoshi.ttf');
                font-weight: bold;
            }

            @font-face {
                font-family: hatena;
                src: url('https://blackopskoopa.neocities.org/flipnote-hatena-font.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Nunito;
                src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
                font-style: italic;
                font-weight: bold;
            }
            
            
            
    /* dang google i just wanted myself to DIY, not get a free copy paste script...
    oh well :spicyshrug: dw guys i made the following css myself, i just wanted to knwo how to make spoiler text*/
  .spoiler{
    color:black;
    background-color:black
  }
    .spoiler:hover{
      color: white;
  }
  button{
    font-family: papermario;
  }
  button:hover{
    background-color: yellow;
  }
  footer{
    font-family: papermario;
    background-color: lightgray;
  }
  #subtext{
    font-family: hatena;
    font-size: 30px;
  }
    
   