body {
    background: url();
    background-color: black;
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
	font-size: 20px;
	font-family: 'Special-Elite'; 
  font-weight: 100;
  }

  a {
    color:rgb(193, 193, 12);
    font-family:'Special Elite';
    /*text-shadow: -1px 0 #bcbc06, 0 1px #bcbc06, 1px 0 #bcbc06, 0 -1px #bcbc06;*/
    text-shadow: -1px 0 navy, 0 1px navy, 1px 0 navy, 0 -1px navy;
    text-decoration: none;
    }
    
 
  a:hover {
    color: white;
    font-family:'Special Elite';
    text-shadow: -1px 0 green, 0 1px green, 1px 0 green, 0 -1px green;
    /*text-shadow: -1px 0 navy, 0 1px navy, 1px 0 navy, 0 -1px navy;*/
    }

    .main {
        margin: 0 auto;
        width: 600px;
        border-radius: 2px;
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: 70%;
        /*Quick guide to box-shadow:
          First two numbers are vertical and horizontal offset.
          Third number is how far to spread the fuzzy effect.
          Fourth number is how much solid border/shadow there should be before the fuzzy effect begins.
        
        box-shadow: 2px 2px 23px 1px rgba(238, 130, 225, 0.77);
        }*/
      
      .main-inner {
        padding: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
        }
        

   p {
    color:rgb(193, 193, 12);
    font-family:'Special Elite';
    /*text-shadow: -1px 0 #bcbc06, 0 1px #bcbc06, 1px 0 #bcbc06, 0 -1px #bcbc06;*/
    text-shadow: -1px 0 navy, 0 1px navy, 1px 0 navy, 0 -1px navy;
    }
    
    h1 {
    font-family:'Rye';
    font-weight: 200;
    font-size: 50px;
    color:antiquewhite;
   /* text-shadow: -1px 0 olive, 0 1px olive, 1px 0 olive, 0 -1px olive;*/
    }

    .gray-text {
    color: rgb(111, 28, 28);
    }
      
    .center{
    display: flex;
    justify-content: center;
    }

    .rye-regular {
      font-family: "Rye", serif;
      font-weight: 100;
      font-style: normal;
    }

    .zen-kaku-gothic-new-regular {
      font-family: "Zen Kaku Gothic New", serif;
      font-weight: 400;
      font-style: normal;
    }

    .special-elite-regular {
      font-family: "Special Elite", system-ui;
      font-weight: 600;
      font-style: normal;
    }
    
    