body {
    background-color: #151515;
    color: white;
    font-family: "Segoe UI";
    transition: 0.5s;
}
 

b {
  color: red;
  text-shadow:0px 0px 5px red,0px 0px 5px red;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .header {
    background-color: #5865F2;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
  }

  .header h1::selection {
    color: #202020;
    text-shadow:0px 0px 5px #202020,0px 0px 5px #202020;
  }

  .button-container button::selection {
    color: #202020;
    text-shadow:0px 0px 5px #202020,0px 0px 5px #202020;
  }

  img {
    display: -webkit-box;
    margin-left: auto;
    border-radius: 10px;
    transition: 0.2s;
  }

  img:hover {
    box-shadow:0px 0px 15px #5865F2,0px 0px 15px #5865F2;
    transition: 0.2s;
  }
  
  .header h1 {
    margin: 0;
  }
  
  .main-content {
    padding: 20px;
  }
  
  .feature {
    background-color: #202020;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  
  .feature h2 {
    margin-top: 0;
  }

  .feature2 {
    background-color: #303030;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  
  .feature2 h2 {
    margin-top: 0;
  }
  
  .button-container {
    text-align: center;
    margin-top: 20px;
  }
  
  .button-container button {
    background-color: #5865F2;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    transition: 0.5s;
  }

  .button-container button:hover {
    box-shadow:0px 0px 15px #5865F2,0px 0px 15px #5865F2;
    transition: 0.5s;
    
  }
  


  
  a {
    text-decoration: none;
    color: white;
    transition: 0.5s;
 }

 a:hover {
    text-decoration: none;
    color: #000;
    text-shadow:0px 0px 5px #202020,0px 0px 5px #202020;
    transition: 0.5s;
 }

 .header::selection {
  text-decoration: none;
  color: #000;
  text-shadow:0px 0px 5px #202020,0px 0px 5px #202020;
  transition: 0.5s;
 }

 .header img{
  float: right;

      width: 70px;

      background-color:#b0e0e6;
 }

 a::selection {
    color: #202020;
    text-shadow:0px 0px 5px #202020,0px 0px 5px #202020;
 }

 ::-moz-selection { /* Code for Firefox */
    color: #5865F2;
  }
  
  ::selection {
    color: #5865F2;
    text-shadow:0px 0px 5px #5865F2,0px 0px 5px #5865F2;
  }




  /* widthh */
::-webkit-scrollbar {
  width: 0px;
}




footer {
  background-color: #202020;
  color: #5865F2;
  text-align: center;

  padding: 1px;
  width: 200px;
  margin-bottom: 20px;
  border-radius: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-content:hover {
  text-shadow:0px 0px 5px #5865F2,0px 0px 5px #5865F2;
  transition: 0.5s;
}

.footer-content {
  transition: 0.5s;
}
