@font-face {
  font-family: 'NewspaperCutout';
  src: url(fonts/newspapercutout.woff2);
  src: url(fonts/newspapercutout.woff);
  src: url(fonts/newspapercutout.ttf);
}
@font-face {
  font-family: 'oldpress';
  src: url(fonts/oldpress.woff2);
  src: url(fonts/oldpress.woff);
  src: url(fonts/oldpress.ttf);
}
@font-face {
  font-family: 'Moms';
  src: url(fonts/Mom.ttf);
}

@font-face {
  font-family: 'gotheroin';
  src: url(fonts/gotheroin.ttf)
  }

body {
  background-image: url(https://file.garden/aFykU6ln4i5zYt3T/neocities/theo%20bg.png);
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 800px;
  background-attachment: scroll;
  background-size: cover;
}

h1 {
  font-family:'gotheroin';
  font-size: 100px;
  text-align: center;
  }
  
  .backbutton {
  font-family: 'Moms';
  padding: 5px 15px;
  border: none;
  background-color: black;
  border-radius: 0px; 
  color: #ffffff;
  cursor: pointer;
  position: absolute; 
  top: 0;          
  left: 0;   
  margin: 10px;
  }
  
.button {
  font-family: 'Moms';
  padding: 5px 15px;
  border: none;
  background-color: black;
  border-radius: 0px; 
  color: #ffffff;
  cursor: pointer;
  position: relative; left: 525px;top: -65px;
  }
  
  
   /* Style the tab */
.tab {
  overflow: visible;
  border: 0px;
  background-color: black;
  text-align: center;  
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: 'Moms';
  color: white;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: grey;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 6px solid black;
  border-style: double;
  background-color: white;
}

 .tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#alexander {
  font-family: 'Moms'; 
  width: 400px;
  margin: auto;  
  }