/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
@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: 40px
}
h2 {
  text-align: center;
}

p {
  text-align: center;
  font-size: 25px;
}

li { 
  font-size: 35px;
  list-style-type: "🞂 ";
  margin-bottom: 15px;
  font-family:"GoogleSans", serif;
}

.centered-list {
  margin: 0 auto; 
  max-width: 400px;
  text-align: left;
  
}
.Centered {
  display: Block;
  margin-left: auto;
  margin-right: auto;
}

.CenteredEye {
  display: Block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:45px
} 

.centered-list li a {
   display: block;          
  text-decoration: none;   
  color: white;            
  background-color: #808080; 
  padding:10px 15px;      
  border-radius: 8px;      
  transition: background-color 0.2s ease; 
  width:500px;
  text-align:center;
  box-sizing: border-box;
  flex-shrink: 0;
 
}

.centered-list li a:hover {
 background-color: #F5D20A;
 color: #000000;        
  }
  
  .Staffsignin a {
    Font-size: 20px;
     position: fixed;  
  bottom: 20px;      
  right: 20px;       
  margin: 0;
  font-family:"GoogleSans", serif;
  display: block;          
  text-decoration: none;   
  color: Black;            
  background-color: #9ec2ff; 
  padding: 10px 15px;      
  border-radius: 8px;
  }
  
  .Staffsignin a:hover {
  background-color: #957DFF;
 color: #000000;
  }
  
  .Signintext {
  margin-top: 350px;
  font-family:"GoogleSans", serif;
  font-size: 45px;
  }
  
  .loginbox {
    background-color:#fff09e;
    padding: 10px 15px;
    border-radius: 5px;
    margin: auto;
    width: 25%;
    height:75px;
    border: 7px solid #ad9300;
    min-width: 350px;
   display: flex;
 justify-content: center;
  align-items: center;
  }
  .loginbox input {
    font-size: 50px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    height: 90px;
    text-align: center;
    min-width: 350px;
    font-family:"MagicFlavor", sans-serif;
  }
  .loginbox input:focus, textarea:focus {
    background-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  
  
  
  
  .Submit {
    font-size: 32px;
    width:15%;
    Background-color: #cfb20e;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border-radius: 30px;
    min-width: 230px;
    font-family:"MagicFlavor", sans-serif;
    letter-spacing: 3px;
    display: block;
    cursor:pointer;
    box-shadow:0 5px 0 #968002;
 -webkit-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
  }
  .Submit:hover {
    background-color:#dec84e;
     box-shadow:0 5px 0 #ad950c;
  }
  .Submit:active {
    box-shadow:0 -5px 0 #857309;
    transform: translateY(5px);
    background-color: #ab930c;
  }
    
  
  
 .Backbutton {
  font-family:"GoogleSans", serif;
   text-align: left;
   margin-left: 10px;
 }
 .Backbutton a:link {
   color:white;
 }
 .Backbutton a:visited {
   color:white;
 }
 
 #feedback { 
   color: red;
 }
 
  

  .centered-list li {
  display: flex;
  align-items: center; 
  gap: 50px; 
  margin-bottom: 10px; 
}
  
  
  .centered-list {
  padding-left: 0;       
  margin: 0 auto;       
  
  display: flex;
  flex-direction: column;
  align-items: center;   
  
  list-style: none;     
}
  
  