

.h3{
 color: white;
    margin-top: 140px;
  text-align: center;
    
}
.form1{
  max-width: 478px;
    width: 90%;
    background-color: #1f1f1f88;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 8px 12px;
}

.form1:hover{
    box-shadow: 2px 2px 18px 1px #f0b719;
    top: calc( 174% - 0px );
  }

.form2{
  max-width: 478px;
    width: 90%;
    background-color: #1f1f1f88;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 8px 12px;
}

.form2:hover{
    box-shadow: 2px 2px 18px 1px #197df0;
    top: calc( 236% - 0px );
  }
 
.form3{
  max-width: 478px;
    width: 90%;
    background-color: #1f1f1f88;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 8px 12px;
}
.form3:hover{
    box-shadow: 2px 2px 18px 1px #19a8f0;
    top: calc( 114% - 0px );
  }
.form{
  max-width: 478px;
    width: 90%;
    background-color: #1f1f1f88;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 8px 12px;
}

.form:hover{
    box-shadow: 2px 2px 18px 1px #f09819;
    top: calc( 56% - 0px );
  }

.form,.form1, .form2, .form3, *{
    font-family: 'Poppins',sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
 h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    color: #19a8f0;
}
h5{

    font-weight:lighter;
}
h4,h5{
    text-align: center;
}
.button2{
   margin-top: 15px;
    width: 130px;
    background-color: #ffffff;
    color: #080710;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}