
.backimg {
  width: 100%;
  height: 100vh; 
  display: block;
  clip-path: ellipse(120% 40% at 50% 20%);
  object-fit: cover; 
  
} 

.body {
  background-color:white;
  color: #000000;
  
}

/* Unique Page details*/

.content-wrapperI {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start; 
  margin: 5% auto;
  width: 90%; 
}
/* About section junk MOVE */
.content-wrapperA  {
  display: flex;
  justify-content: space-between; 
  align-items: flex-start; 
  margin: 5% auto;
  width: 90%; 
}

.content-wrapperA ul {
  display: flex;
  justify-content: center;
  width: 100%;
  display: flex;
  gap: 1.5vw;  
  list-style: none; 
  
}
.content-wrapperA a {
color: #767676;
text-decoration: underline;
font-family: 'Minecraft-bold', sans-serif;
letter-spacing: 1px;  
  
}
/* About section junk MOVE */

.Intro  {
  width: 45%;
  margin-left: 0%;
  margin-top: -25%;
  text-align: left;
  
  
}
.Content {
  width: 47.5%;
  margin-left: 0%;
  margin-top: -15%;
  text-align: right;
  
  
}
.Content h2,
.Intro h2 {
  color: #767676;
  text-decoration: none;
  font-family: 'Minecraft-bold', sans-serif;
  font-size: 5vh;
}
.Content p,
.Intro p {
  color: rgb(163, 157, 157);
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 2.5vh;
  line-height: 1.5; 
  margin-top: 1vh;
}

