

.hidden { /*Hide your sins*/
     display:none!important;
}

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('Segoe UI.woff') format('woff');
    }
    
  @font-face {
    font-family: 'Adventure Subtitles';
    font-style: normal;
    font-weight: normal;
    src: url('adventure subtitles.ttf');
    }
    
   a{
    cursor:url(/cur1054.png), auto;
    } 
    
  html,body{
    height:100%;
    margin:0;
           }

  body{ 
    
    cursor: url("/cur1054.png"), auto;
    
    font-family: Segoe UI Regular;
    
    overflow-x: hidden;
    
    background: linear-gradient(to bottom, #000000 0%, #400000 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
    align-content: center;
    text-align: center;
    
      }

  table{
    border-collapse: separate;
    border-spacing: 15px;
    width: 100%;
        }
  hr {
    visibility: hidden;
    border: none;
    height: 1px;
     }
        
  th, td {
    text-align: center;
    letter-spacing: 2px;
                border-collapse: separate;
                border: none;
                border-radius: 0px;
                padding: 15px;
                background-color: transparent;
                color: white;
          }
          
  img {
    max-width: 100%;
      }
  
  /* Header */
  header{
                    display:flex;
                    align-items:center;
                    padding:0px;
                    background:#000;
        }
        


nav{
  display:flex;
  justify-content:center;
  padding:0px;
  
}

nav a{
                    color:#fff;
                    text-decoration:none;
                    margin:0 10px;
                    font-weight:500;
                    font-size:15px;
                    padding:15px;
                    
                    }
nav a:hover {
  
  box-shadow: inset 0 -5.4em 0 0 #ff0000;
}


/* Footer */
            footer {
                cursor: url("/cur1054.png"), auto;
                text-align:center;
                background:#000;
                padding:5px;;
                color:#fff;
                font-size:14px;
                margin-top:30px;
                
                    }
                    
    .button {
    width: 135px;
    height: 50px;
    font-family: Adventure Subtitles;
    font-size: 19px;
    letter-spacing: 3px;
    background: #000000;
    box-shadow:3px 3px 0px #ff0000;
            }
            
    .card {
      background: #fff;
    }