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: 1.8rem;
  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: 76px;
    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: 2rem;
  -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;
	 @media(orientation: portrait){
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        grid-auto-flow: column;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: repeat(2, 1fr);}}

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: 45px;
  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);}

  
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;
  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;
  overflow: hidden;
}


.img2 {
  width: 50%;
  height:100%;
   @media(orientation: portrait){
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        grid-auto-flow: column;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: repeat(2, 1fr);}
}