.cert_container{
    width: 80%;
    margin: auto;
    justify-content: center;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px;
}
.cert_container1{
    width: 90%;
    margin: auto;
    justify-content: center;

}
.cert_container input{
    border-radius: 5px;
    border: 1px solid #004789;
}
#cert_main{
    border: 2px solid #004789;
    width: 1200px;
    height: 736px;
    background-color: white;
    background-image: url("/reartools/assets/img/certificatebackground.jpg");
    background-size: cover;
    display: none;
}
#cert{
    font-size: 100px;
    font-weight: bold;
    color:  #e747a6;
    font-family:'MS Mincho';
}
#username{
    font-size: 60px;
    text-transform: capitalize;
    font-family: 'Monotype Corsiva';
    color:#004789;
    margin-top: -20px;
}
#processing{
    display: none;
}
.center {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .wave {
    width: 30px;
    height: 150px;
    background: linear-gradient(45deg, black, black);
    margin: 10px;
    animation: wave 1s linear infinite;
    border-radius: 10px;
  }
  .wave:nth-child(2) {
    animation-delay: 0.1s;
  }
  .wave:nth-child(3) {
    animation-delay: 0.2s;
  }
  .wave:nth-child(4) {
    animation-delay: 0.3s;
  }
  .wave:nth-child(5) {
    animation-delay: 0.4s;
  }
  .wave:nth-child(6) {
    animation-delay: 0.5s;
  }
  .wave:nth-child(7) {
    animation-delay: 0.6s;
  }
  .wave:nth-child(8) {
    animation-delay: 0.7s;
  }
  .wave:nth-child(9) {
    animation-delay: 0.8s;
  }
  .wave:nth-child(10) {
    animation-delay: 0.9s;
  }
  
  @keyframes wave {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  #download_button button{
    width: 40%;
    margin:auto;
  }
  @media only screen and (min-width:0px) and (max-width:768px) {
    #download_button button{
      width: 100%;
    }
  
  
  }
  @media only screen and (min-width:769px) and (max-width:1000px) {
    #download_button button{
      width: 100%;
    }
  
  
  }
.cert_container{
    width: 80%;
    margin: auto;
    justify-content: center;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 0px 10px 0px;
}
.cert_container1{
    width: 90%;
    margin: auto;
    justify-content: center;

}
.cert_container input{
    border-radius: 5px;
    border: 1px solid #004789;
}
#cert_main{
    border: 2px solid #004789;
    width: 1200px;
    height: 736px;
    background-color: white;
    background-image: url("/reartools/assets/img/certificatebackground.jpg");
    background-size: cover;
    display: none;
}
#cert{
    font-size: 100px;
    font-weight: bold;
    color:  #e747a6;
    font-family:'MS Mincho';
}
#username{
    font-size: 60px;
    text-transform: capitalize;
    font-family: 'Monotype Corsiva';
    color:#004789;
    margin-top: -20px;
}
#processing{
    display: none;
}
.center {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .wave {
    width: 30px;
    height: 150px;
    background: linear-gradient(45deg, black, black);
    margin: 10px;
    animation: wave 1s linear infinite;
    border-radius: 10px;
  }
  .wave:nth-child(2) {
    animation-delay: 0.1s;
  }
  .wave:nth-child(3) {
    animation-delay: 0.2s;
  }
  .wave:nth-child(4) {
    animation-delay: 0.3s;
  }
  .wave:nth-child(5) {
    animation-delay: 0.4s;
  }
  .wave:nth-child(6) {
    animation-delay: 0.5s;
  }
  .wave:nth-child(7) {
    animation-delay: 0.6s;
  }
  .wave:nth-child(8) {
    animation-delay: 0.7s;
  }
  .wave:nth-child(9) {
    animation-delay: 0.8s;
  }
  .wave:nth-child(10) {
    animation-delay: 0.9s;
  }
  
  @keyframes wave {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  #download_button button{
    width: 40%;
    margin:auto;
  }
  @media only screen and (min-width:0px) and (max-width:768px) {
    #download_button button{
      width: 100%;
    }
  
  
  }
  @media only screen and (min-width:769px) and (max-width:1000px) {
    #download_button button{
      width: 100%;
    }
  
  
  }
