.qf{
font-family: Fantasy;
font-size:50px;
}

input { font-size: 50px;
font-family: Fantasy;
color:blue;
width: 35px;
 border: none;
  border-bottom: 2px solid red;
  text-transform:uppercase;
 }
 .glow {
  font-size: 50px;
  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;
}
.ds-btn li{ list-style:none; float:left; padding:2px; }
.ds-btn li a span{padding-left:5px;padding-right:5px;width:100%;display:inline-block; text-align:left;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left;}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 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 #ff4da6, 0 0 80px #ff4da6;
  }
}
.modal-overlay {
  display: none; /* hidden initially */
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.modal {
  position: relative;
  width: 400px;
  max-width: 90%;
  background: white;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.modal .winner {
  color: red;
  font-size: 2rem;
  margin-bottom: 15px;
}
