@font-face {
  font-family: marhey;
  src: url(https://files.catbox.moe/ama9f2.ttf);
}


body{
    background-image:url('https://files.catbox.moe/qrv05u.png');
    background-color: #000000;
    background-repeat:repeat-x;
  background-position: 50px 270px;
  background-size: 500px 500px;
}


#maincontainer{
  padding-right:5%;
  padding-left:5%;
  padding-top:2%;
  padding-bottom:2%;
  }
  
  #under{
  height:100%;
  background-image:linear-gradient(to top, #00923d, black);
  border-style:outset;
  border-width:3px;
  margin:0%;
  padding-left:1%;
  padding-right:1%;
  border-color:#3d0b1c;
  }
    
    #main {
  width: 800px;
  padding: 15px;
  margin-top: 20px;
  border: #000000 ridge 10px;
  background: #000000;
  background-image: url(https://files.catbox.moe/22wddj.GIF);
}
  
  #grad {
  background-image: linear-gradient(grey, black);
}

.links {
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  width: 1100px;
  margin-top: 10px;
  text-align: center;
  background-image:linear-gradient(#6a006a, black);
  border: #7e0048 outset 5px;
  }
  
  .link {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-family: marhey;
  text-transform: uppercase;
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  border: #7e0048 outset 5px;
  background-color: #000000;
  }
  
  .link a {
  color: yellow;
  text-decoration: none;
}

a {
  color: #ffed00;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #00ff00;
  font-weight: bold;
}