/*

Written BY  Vortx ..... Enjoy :)
😁 Don't forget to give the credit 😁

*/

  body{
    background-color: #00203FFF;
  }
  center{
    margin-top: 3%;
  }
  /* Style the parent div */
  .container {
   width: 700px;
   margin-top: 2%;
   padding: 5px;
  }
h3{
  color: white;
}
  /* Style the button */
  #video-container {
    margin-bottom: 30px;
    width: 650px;
    height: 380px;
    margin-top: 20px;
  }

  /* Scale the iframe to fit the container */
  #video-container iframe {
    width: 100%;
    height: 100%;
  }
  .btn-outline {
    color: #4fbfa8;
    background-color: #ffffff;
    border-color: #4fbfa8;
    font-weight: bolder;
    letter-spacing: 0.07em;
    height: 50px;
  }
  .btn-outline {
    color: #4fbfa8;
    background-color: #ffffff;
    border-color: #4fbfa8;
    font-weight: bold;
    border-radius: 10px;
  }
  .btn-outline:hover,
  .btn-outline:active,
  .btn-outline:focus,
  .btn-outline.active {
    background: #4fbfa8;
    color: #ffffff;
    border-color: #4fbfa8; 
  }
.card-body{
  background-color:black;
 box-shadow: 0 0 50px 15px #48abe0;  
}
.credit{
  margin-top: 2%;
  margin-bottom:3%;
}

.first{
margin-top: 18px;
font-size: 17px; 
font-weight: 500; 
color: white;
}
.vortx{
color:black;
font-weight: 700; 
text-decoration: none;
background: linear-gradient(to right, #833AB4, #FD1D1D, #F77737, #FCAF45);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
font-size: 25px;
}
i:hover{
  color: white;
}
.card-body {
  font-family: Sans-serif;
  display:grid;
}
.glow {
  text-align: center;
  display: block;
  color: #fff;
  box-shadow: 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #0ba9ca, 0 0 30px #0ba9ca,
  0 0 40px #0ba9ca, 0 0 50px #0ba9ca;
  -webkit-animation: blink 0.7s infinite alternate;
  animation: blink 1.2s infinite alternate;
}

@-webkit-keyframes blink {
  100% {
    box-shadow: 0 0 3px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ba9ca,
      0 0 70px #0ba9ca, 0 0 80px #0ba9ca;
  }
}

@keyframes blink {
  100% {
    box-shadow: 0 0 3px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ba9ca,
      0 0 70px #0ba9ca, 0 0 80px #0ba9ca;
  }
}
