@font-face {
  font-family:BlackOps;
  src: url(/BlackOpsOne-Regular.ttf) format(truetype);
  font-weight: normal;
  font-style: normal;
}

@font-face { 
  font-family:GoogleSans;
  src: url(/GoogleSans.ttf) format(truetype);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family:MagicFlavor;
  src: url("Magics Flavor.ttf") format(truetype);
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #0F0F0F;
  color: White;
  font-family: Georgia;
  background-image: linear-gradient(to top, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 0) 100%);
  background-attachment: fixed;
  min-height: 15vh; 
  margin: 0;
}





h1 {
  color: #FFD000;
  font-weight: bold;
  font-family: "BlackOps", sans-serif; 
  text-align: center; 
  font-size: 65px
}


h2 {
  font-size: 40px;
  margin-right: 400px;
}


p { 
  font-size: 35px;
  margin-bottom:100px ;
  margin-right: 400px;
  line-height:50px;
}


.hasimage { 
  flex: 1;
  gap: 20px;
 
}


.textimage {
  display: block;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
}






.Backbutton {
  font-family:"GoogleSans", serif;
   text-align: left;
   top: 10px;
   left: 10px;
   position: fixed;
   font-size: 30px;
   background-color: #FFD000;
   border-radius: 20px;
   font: "GoogleSans";
 }
 .Backbutton a:link {
   color:white;
 }
 .Backbutton a:visited {
   color:white;
 }
.Backbutton:hover {
  background-color: #ffe77d;
  cursor: pointer;
}






























