
 body
 {
  background-color: black;
  height: fit-content;
 }
 .button:hover span {
  cursor: pointer;
  display: inline-block;
  position: relative;

}



 h1 {
    font-size: 72px;
    background: -webkit-linear-gradient(#c210f8,#ffffff);
    background-blend-mode: color;
  
  
  
  }
  
  h2{
      text-align-last: center;
      font-size: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
      background-color: black;
      padding: 1%;
      background: -webkit-linear-gradient(#c210f8,#ffffff);

 
  }
  h3{
    color: #000000;
    background-color:#d154f8;
    margin-inline: 40%;
    padding: 1%;
  

    


  }
  p{
      text-align: center;
      color: linen;
  }
  div{
      text-align: center;
  }
  h4{
    color: seashell;
  }
  ul{
      list-style-type: none;
    margin: 50;
    padding: 50;
  
  }
  .topnav {
     float: right;
    overflow: hidden;
    padding-right: 10px;
    
  }
  
  .seeker{
    float:left;
   overflow: hidden;
   padding-right: 10px;
   
  }
  
  
  
  
  /* Style the links inside the navigation bar */
  .topnav a {
    font-size: 130px;
    
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 25px;
    margin-right: 10px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
    border-radius: 10px;
  }
  
  /* Add a color to the active/current link */
  .topnav a:hover {
    background-color: #ff1e45;
    color: white;
    border-radius: 10px;
    
    border-radius: 10px;
  }
  body{
    background-image: url(black-carbon-fiber-texture-pattern-background_1017-33436.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:100%;
  }
  
  
  /* Style all font awesome icons */
  .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  /* Twitter */
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  .logo{
    height: 30px;
    width: auto;

  }
  
  
  
  
  
  
  