body {background-image: url(/images/Background.png);
    font-family: "Sofia", sans-serif;}


h1 {text-align: center;
  font-family: "Special Elite", system-ui;
  font-weight: 100;
  font-style: normal;
    font-display: swap;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
    font-style:initial;
      display:inline-block;
  color: rgb(0, 0, 0);
  font-size: 2rem;
  text-shadow: #04ff00 1px 1px 2px, rgb(0, 255, 0) 0 0 25px, rgb(0, 0, 0) 0 0 3px;
   -webkit-text-stroke: #00ff08 0.2px;
    display: block;
       margin-top: auto;
       margin-bottom: .5rem;}

h2 {text-align:center;
  font-family: "Iceland", system-ui;
  font-weight: 450;
  font-size: 1rem;
  font-style:initial;
  color: rgb(0, 0, 0);
 -webkit-text-stroke: #00ff08 0.2px;
  text-shadow: rgb(0, 255, 76) 1px 1px 2px, rgb(0, 255, 0) 0 0 25px, rgb(255, 255, 255) 0 0 5px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgb(174, 1, 1), black);
  display: block;
       margin-top: 0;
       margin-bottom: .5rem;}


h3 { text-align: center;
  font-family: "Iceland", system-ui;
  word-wrap: normal;
  font-weight: 100;
  font-style: normal;
    border: #ff0000 2px solid;
 -webkit-text-stroke: #00ff08 0.2px;
  color: rgb(0, 0, 0);
  font-size: 2rem;
  text-shadow: #04ff00 1px 1px 2px, rgb(0, 255, 0) 0 0 25px, rgb(0, 0, 0) 0 0 5px;
  display: inline;
       margin-top: auto;
       justify-content: space-around;
       margin-bottom: auto;}

  h4 {text-align: center;
    font-family: "Special Elite";
     font-weight: 600;
    font-size: 2rem;
    text-shadow: #0ec900 0.5px 0.5px 0.5px, rgb(43, 255, 0) 0 0 25px, rgb(0, 0, 0) 0 0 1px;
 -webkit-text-stroke: #00ff08 0.2px;
  color: rgb(0, 0, 0);
   margin: auto;
   margin-bottom: auto;}
   
  
  p{text-align: center;
    font-family: 'Iceland', serif;
  color: rgb(255, 0, 0);
  font-size: 45px;
  -webkit-text-stroke: 1.5px rgb(0, 0, 0);
  text-shadow: rgb(0, 255, 76) 1px 1px 2px, rgb(0, 255, 0) 0 0 25px, rgb(255, 255, 255) 0 0 5px;}

p2 {text-align: center;
    font-family: 'Manufacturing Consent', serif;
  color: rgb(0, 0, 0);
  font-size: 45px;
  -webkit-text-stroke: 1.5px rgb(0, 0, 0);
  text-shadow: rgb(0, 255, 76) 1px 1px 2px, rgb(0, 255, 0) 0 0 25px, rgb(255, 255, 255) 0 0 5px;}

  p3 {text-align: center;
  color: rgb(255, 0, 0);
  font-size: 45px;
  -webkit-text-stroke: 2px rgb(0, 0, 0);
  text-shadow: rgb(0, 255, 76) 1px 1px 2px, rgb(0, 255, 0) 0 0 25px, rgb(255, 255, 255) 0 0 5px;}



img {text-align: center;
  color: black;
  size-adjust: auto;
  -webkit-text-stroke: 2px red;
  display: auto;
  margin-left: auto;
  margin-right: auto;}

a {text-align: center;
  font-family: "Special Elite", system-ui;
  word-wrap: normal;
  font-weight: 100;
  font-style: normal;
 -webkit-text-stroke: #00ff08 0.2px;
  color: rgb(0, 0, 0);
  font-size: 2rem;
  text-shadow: #04ff00 1px 1px 2px, rgb(0, 255, 0) 0 0 25px, rgb(0, 0, 0) 0 0 10px;
  display: inline-block;
       margin-top: 0;
       margin-bottom: .5rem;}


hr {border: 0.5px;
  height: 5px;
background: linear-gradient(black,rgb(128, 0, 0),black);}


img {border: 2px solid rgb(205, 13, 13);
    border-radius: 2px;
    box-shadow: #ffffff 0px 0px 15px;
  max-width: 100%;
  height: auto;}

  
section {text-align: center;
    color: white;
    margin: 15px;
    padding: 20px;
    border: 1px solid red;
    border-radius: 10px;
    background-color: black;}
.box {
  border: 1px solid #ff0000;
  border-radius: 10px;
  padding: 10px;
  background-image: url(/images/Image\ 2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  bottom: sticky;
  width: 100%;
  height: fit-content;
  margin: 0;
  box-sizing: border-box;
}

