* {
  margin: 0;
  padding: 0;
}

h2{
  text-align: center;
  margin: 20px ;
  font-size: 26px;
  font-family: Georgia;
  font-weight: lighter;
}

#hw {
  font-size: 43px;
  margin-bottom: 30px;
}

.cong {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cong img {
  position: relative;
  right: 0px;
  height: 100px;
  width: 100px;
}

.txt {
  h2{
    
    text-align: center;
    font-size: 45px;
  }
  
  button{
    font-size: 40px;
    top: 30px;
    margin-bottom: 20px;
    margin-left: 360px;
    position: relative;
    background-color: #1978F4;
    border: transparent;
    border-radius: 10px;
    height: 80px;
    width: 270px;
    
    a {
      font-family: georgia;
      font-weight: lighter;
      color: #FFFFFF;
      text-decoration: none;
      font-size: 35px;
      transition: .2 ease;
    }
    
    a:hover {
      color: #1978F4;
    }
  }
  
  button:hover{
    border: 2px solid #1978F4;
    background-color: white;
  }
}

.otp i {
  font-size: 40px;
}

.otp #hh a {
  margin-left: 0px;
  font-size: 60px;
  animation: clr 4s 0s infinite linear;
}

@keyframes clr {
  0%{
    color: #000;
  }
  
  25% {
    color: #0BA91C;
  }
  
  75%{
    color: #A509F4;
  }
  
  100%{
    color: #E20B38;
  }
}

.otp {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  img {
    height: 100px;
    width: 100px;
  }
}