*{
box-sizing: border-box;
margin: 0;
padding: 0;
}

.gradient-text {
  background-color: red;
  background-image: linear-gradient(90deg, #4169E1, #9370DB,  #8A2BE2, #20B2AA);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

body{
background-image: url('https://i.imgur.com/3aC9H6D.png');
animation: scroll 8s linear infinite;
background-color: #F8EEDA;
margin: 7%;
font-family: 'Mochiy Pop One';
font-size: 16px;
}
 
 h1, h2, h3, h4, h5, h6{font-family: 'Mochiy Pop One';
font-size: 16px;
 }
 
 @keyframes scroll {
from{background-position:96px 96px;}
 to {background-position:0px 0px;}
}

 
.sidebg{
background-image: url('https://i.imgur.com/uyW6XKX.png');
background-repeat: repeat-y;
background-position: top right;
width: 445px;
height: 100%;
position: fixed;
top: 0;
left: 0;
}


.side{
background: url('https://i.imgur.com/934V78D.png');
width: 426px;
height: 100%;
padding: 1rem 1rem 1rem 1rem;
text-align: justify;
font-size: 15px;
display: flex;
flex-direction: column;
gap: 1rem;

}

.sideheaders{
font-family: 'Rampart One';
font-weight: normal;
font-size: 28px;
}
 
.side ul{
padding-left: 3.5rem;
}
 
.side li{
list-style-image: url('');
font-size: 16px;
}
 
.container{
display: flex;
flex-direction: column;
margin-left: 160px;
}
 

.box4 {
  position: relative; /* Position the background text */
  border: 5px solid #2b2b2b;
  left: 320px;
  border-radius: 30px;
    max-width: 700px; /* Maximum width */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 10px; /* Some padding */
  display: flex;
flex-direction: column;
justify-content: space-between;

}


.headerwrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
}
 
.boxgap{
display: flex;
flex-direction: column;
gap: 25px;
}
 
.box2{
  	margin-left: 350px;
width: 660px;
border: 5px solid #2b2b2b;
border-radius: 30px;
	box-shadow:10px 10px #9933ff;
	outline:3px dashed #2b2b2b;
	outline-offset:-10px;
display: flex;
flex-direction: row;
background-color: #fac957;
}

.box3{
width: 660px;
margin-left: 350px;
border: 5px solid #2b2b2b;
border-radius: 30px;
	box-shadow:10px 10px #9933ff;
	outline:3px dashed #2b2b2b;
	outline-offset:-10px;
display: flex;
flex-direction: column;
background-color: #d961ff;
text-align: justify;
padding: 1rem;
opacity: 0.9;
justify-content: space-between;
}
 
.left{
border-right: 5px dashed #000000;
border-radius: 160px;
padding: 1.9rem ;
text-align: center;
}
 
.icon{
width: 120px;
border: 5px solid #2b2b2b;
Border-radius:150px;
}
 
.right{
padding: 0.9rem;
text-align: center;
} 

.headerimg{
margin-left: 250px;
} 
 
::-webkit-scrollbar{
width: 8px;
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #967e68;
}
 
 
#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}


 }
@media(max-width:999px){
body{
margin: 0;
padding: 1rem;
}

.side{
  Display:none;
height: auto;
width: 100%;
text-align: left;
padding: 1rem;
}
.desc{
font-size: 16px;
}
.sidebg{
  display:none;
  }
  
  .side ul{
padding: 0;
}
.side li{
display: inline;
margin-left: 4px;
}

.container{
margin: 0;
}
.headerimg{
width: 280%;
}
.title{
font-size: 36px;
margin: 0;
}
 
}