
    body {
      background-image: url("");
      background-position:fixed;
      background-color:#1a0000;
      background-size:300px;
      color: white;
      font-family: MSgothic;
      cursor: url(), auto !important;
 }
 @font-face {
  font-family: MSgothic ;
  src: url("https://file.garden/ZTHIU3KnrXRNz4wB/neocities/MSGOTHIC.TTF");
}

 @font-face {
  font-family:;
  src: url('');
}

 h2 {
   font-family:garamond;
   font-style:italic;
 }
 
  * {box-sizing: border-box}

/* Style the tab */
.tab {
  float: left;
  width: 15%;
  outline: 10px solid black;
  margin: 25px 10px 0px 30px;
  height:600px;
  padding:10px;
  background-color: #000;
  border: 1px solid #9900cc;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: #0d0d0d;
  color: white;
  padding: 22px 16px;
  width: 100%;
  border: 1px solid #9900cc;
  text-align: right;
  cursor: pointer;
  transition: 0.3s;
  font-family:MSgothic;
  font-size:16px;
  margin-bottom: 5px;
}
    /* Change background color of buttons on hover */
.tab button:hover {
  background-color: #13001a;
}

/* Create an active/current "tab button" class */
.tab .active {
  background-color: #13001a;
}

/* Style the tab content */
.tabcontent {
  padding: 30px;
  width: 75%;
  overflow-y: auto;
  margin-top:30px;
  border:1px solid white;
}
  .header {
    text-align:center;
    margin:auto;
    font-size:20px;
    font-family:garamond;
    font-style:italic;
    letter-spacing: 5px;
  }

  .intro{
  background-color: #000;
  border: 1px solid #9900cc;
  outline:5px solid #000;
  margin:auto;
  padding:5px 15px;
  text-align:center;
  }
    .introbox {
    width:23%;
    margin:20px 10px 0px 10px;
    float:left;
    height:350px;
    text-align:center;
    padding:5px;
  }
  .introbox a {
    color:inherit;
    font-style:normal;
  }
  .introbox img {
    height:200px; 
    margin:auto; 
    margin-top:10px
  }
      #boxaero {
    background-color:#000;
    border:1px solid #849fc1;
    outline:5px solid #000;
    color:#849fc1;
    text-align:center;
    padding:5px;
    line-height:100%;
  }
      #boxmarisol {
    background-color:#000;
    border:1px solid #bf003a;
    outline:5px solid #000;
    color:#bf003a;
    text-align:center;
    padding:5px;
    line-height:100%;
  }
      #boxdamien {
    background-color:#000;
    border:1px solid #eebe33;
    outline:5px solid #000;
    color:#eebe33;
    text-align:center;
    padding:5px;
    line-height:100%;
  }
      #boxaddie {
    background-color:#000;
    border:1px solid #11dcac;
    outline:5px solid #000;
    color:#11dcac;
    text-align:center;
    padding:5px;
    line-height:100%;
  }