.head{       border-bottom: 2px #388bce dotted ;    
}
.head h1{
    font-size: 60px;
    margin: auto;
    width: 320px;
    font-family: 'Pacifico', cursive;
    position: relative;
   

}
.head h1::before{
  
        content: "";
        position: absolute;
        width: 100%;
        height: 30%;
        left: 0;
        bottom: 10px;
        background-color: #388bce;
        transition: all 0.3s;
        z-index: -1;
}
.head h1:hover::before {
    height: 55%;
}

h3{
    font-family: 'Lumanosimo', cursive;
}
.content i{
    font-weight: 900;
    align-items: center;
}
.submit{
   
    border-bottom: 2px #388bce dotted ;
}
.btn1,:not(.btn-check)+.btn:active{
    border: #388bce;
    background-color: #5caff3;
}
.btn1:hover{
    background-color: #388bce;
}
