body,
html {
  height: 100vh;
  font-family: "Times New Roman", Times, serif;
  font-weight: bolder !important;
  color: rgba(207, 44, 240, 0.767);
  font-size: medium;
  /* overflow-y: hidden; */
  overflow-y:auto;
  
}
.bg {
  
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(252, 252, 253) 0%, rgb(204, 204, 214) 35%, rgba(0,212,255,1));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
}
.tws {
 
  width: 300px;
  margin-top: 0px;

}
.margin-sid {
height: 100%;
width: 100%;
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

.glow {
    font-size: 30px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60026, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #4dff91, 0 0 80px #ff4da6;
    }
  }