 body {
background-image: url(./images/bg.jpg);
background-attachment: fixed;
background-size: cover;
}

a:link {
  color: rgb(157, 45, 231);
  text-decoration: none;
}

a:visited {
  color: rgb(157, 45, 231);
  text-decoration: none;
}

a:hover {
  color: rgb(204, 0, 255);
  text-decoration: none;
}

a:active {
  color: rgb(157, 45, 231);
  text-decoration: none;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

h3{
  height: auto;
  margin-left: auto;
  margin-right: auto;  
  -webkit-box-align: center;
  -webkit-text-fill-color: white;
  font-size: 1vw;
}

.intro{
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
 }

.intro > div {
  margin: 10px;
  padding: 20px;
  font-size: 30px;
}

.main{
  display: block;
  flex-basis: 0;
  -moz-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
 }

 @media screen and (min-width: 601px) {
    div.header {
      font-size: 8vw;
    }
    p.details {
        font-size: 1.2vw;
        width: 80%;
      }
  }
  
  @media screen and (max-width: 600px) {
    div.intro{
      height: auto;
    }
    div.header {
        font-size: 12vw;
      }
    p.details {
      font-size: 4vw;
      width: 80%;
    }
    table.tab{
      font-size: 3vw;
      width: 80%;
    }
    button.btnsize{
      font-size: 2vw;
      padding: 10px;
    }
    table.tab2{
      width: 80%;
    }
    span.para{
      font-size: 2.5vw;
    }
    span.para1{
      font-size: 3vw;
    }
    button.button1{
      font-size: 2.5vw;
    }
    img.imgsize{
      width: 18vw;
    }
    table.tab3{
      width: 100%;
    }
    p.lis{
      font-size: 3vw;
    }
    p.para1{
      font-size: 3vw;
    }
    span.til,p.til,td.til{
      font-size: 5vw;
    }
    img.start{
      width: 6vw;
    }
    img.weth{
      width: 2vw;
    }
    p.cr{
      font-size: 3vw;
    }
    span.d1{
      font-size: 2vw;
    }
    p.lis{
      font-size: 3vw;
    }
    td.end{
      font-size: 4vw;
    }
    p.head1{
      font-size: 5vw;
      font-weight: 600;
    }
  }

 .header{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    font-weight: 600;
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(60deg, rgb(255, 23, 23), rgb(198, 16, 243));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
    justify-content: center;
 }

 .details{
    align-content: center;
    width: 50%;
    margin: auto;
    background: -webkit-linear-gradient(60deg, rgb(255, 23, 23), rgb(198, 16, 243));
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-weight: 500;
 }

 .tab{
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;  
  width: 80%;
  -webkit-box-align: center;
  border-color: black;
  -webkit-text-fill-color: white;
  font-size: 1vw;
 }

 .weth{
   vertical-align:-12%;
   width: 0.6vw;
   height: auto;
 }

 .btnsize{
  font-weight: 550;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2vw;
  width: 40%;
  padding: 20px;
  height: auto;
  border-radius: 40px;
 }

 .tab1{
  text-align: left;
  margin-left: auto;
  margin-right: auto;  
  -webkit-box-align: center;
  font-size: 1vw;
  opacity: 95%;
 }

 .imgsize{
   width: 10vw;
   height: auto;
   -webkit-filter: drop-shadow(8px 8px 8px rgb(0, 0, 0) );
   filter: drop-shadow(8px 8px 8px rgb(0, 0, 0));
   border-radius: 10px;
 }

 .tab2{
  height: auto;
  border: 5vw;
  margin-left: auto;
  margin-right: auto;  
  width: 90%;
  border-collapse: separate;
  border-spacing: 0 1em;
  -webkit-box-align: center;
 }

 .button1 {
   background-image: linear-gradient(92.88deg, #455EB5 9.16%, #5643CC 43.89%, #673FD7 64.72%);
   border-radius: 8px;
   border-style: none;
   box-sizing: border-box;
   color: #FFFFFF;
   cursor: pointer;
   flex-shrink: 0;
   font-family: "Inter UI","SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
   font-size: 1vw;
   font-weight: 500;
   height: 4rem;
   padding: 0.5rem 1rem;
   text-align: center;
   text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
   transition: all .5s;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
 }
 
 .button1:hover {
   box-shadow: rgba(80, 63, 205, 0.5) 0 1px 30px;
   transition-duration: .1s;
 }
 
 @media (min-width: 768px) {
   .button1 {
     padding: 0 2.6rem;
   }
 }

 .para{
  text-align: left;
  -webkit-text-fill-color: white;
  font-size: 1vw;
 }

 .para1{
  font-size: 1.5VW;
 }

 .lis{
  text-align: left;
  margin-left: auto;
  margin-right: auto; 
  -webkit-box-align: center;
  font-weight: 600;
  font-size: 1.5vw;
  -webkit-text-fill-color: white;
  font-family: 'Courier New', Courier, monospace;
 }

 .list-group-item{
   background-color: black;
 }

 .div1{
  width: 80%;
  margin: auto;
  font-size: 2vw;
 }

 .ta{
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  border-color: black;
  background-color: black;
  -webkit-text-fill-color: white;
  font-size: 0.7vw;
  width: 100%;
  opacity: 50%;
 }

 .tab3{
  text-align: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;  
  -webkit-box-align: center;
  font-size: 1vw;
  border-collapse: separate;
  border-spacing: 0 1em;
  width: 60%;
 }

 .lin{
   font-size: 2vw;
   padding-bottom: 20px;
   -webkit-text-fill-color: white;
   font-family: 'Courier New', Courier, monospace;
 }

 .til{
   font-size: 2vw;
 }

 .start{
  width: 2vw;
  height: auto;
  padding-top: 15px;
  padding-bottom: 3px;
  -webkit-filter: drop-shadow(5px 5px 5px rgb(0, 0, 0) );
  filter: drop-shadow(5px 5px 5px rgb(0, 0, 0));
 }

 .tab4{
  width: 50%;
  border-spacing: 0em 0em;
 }

 .cr{
  -webkit-text-fill-color: cornsilk;
  font-size: 1.2vw;
 }

 .d1{
   font-size: 1.2vw;
 }

 .end{
   font-size: 1.8vw;
 }

 .headlin{
   font-size: 1.2vw;
   -webkit-text-fill-color: white;
 }

 .head1{
   font-size: 2.5vw;
   font-weight: 600;
 }

 .trait{
  text-align: center;
  justify-content: center;
  background: -webkit-linear-gradient(60deg, rgb(224, 70, 70), rgb(247, 51, 237));
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
 }

 .trait1{
  background: rgba(53, 50, 50, 0.27);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.5px);
  -webkit-backdrop-filter: blur(5.5px);
 }
