@font-face{
    font-family: 'go1';
    src: url(fotns/GOTHIC.TTF);
}
@font-face{
    font-family: 'go2';
    src: url(fotns/GOTHICB.TTF);
}
@font-face{
    font-family: 'go3';
    src: url(fotns/GOTHICBI.TTF);
}
@font-face{
    font-family: 'go4';
    src: url(fotns/GOTHICI.TTF);
}
@font-face{
    font-family: 'g';
    src: url(fotns/Futura\ Md\ BT\ Bold\ Italic.ttf);
}
.card1{
    margin: auto;
    margin-top:20px;
    /* height: 500px; */
    width: 650px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px 20px 150px 20px;
    padding: 40px;
    font-family: g;
    

    
}
.card2{
    margin: auto;
    margin-top: 20px;
    /* height: 500px; */
    width: 650px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px 20px 20px 20px;
    padding: 40px;

    
}
.card3{
    margin: auto;
    margin-top: 10px;
    width: 650px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px 20px 20px 20px;
    padding: 40px;


}
.card4{
    margin: auto;
    margin-top: 20px;
    width: 650px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px 20px 20px 20px;
    padding: 40px;
    
}

label{
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: rgb(118, 118, 118);
    letter-spacing: 3px;
    display: inline-block;

}
input{
    border-radius: 5px;
    font-size: 25px;
    margin-top: 10px;
    width: 90%;
    border: 1px solid rgb(219, 219, 219);
    height: 50px;
    display: inline-block;
    padding: 2%;
    font-weight: bold;
    padding-left: 10%;
}
.div2{
    width: 20%; 
    display: inline-block;
    margin-left: 25px;}
    

.div_hr{
    display: inline-block;
    width: 78%;
    margin-left: 4%;
    vertical-align: middle;
}


.div_done{
    width: 86px;
  height: 86px;
  background-color: #844bfd;
  border: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  transition: 0.2s;
}
.div_done:hover{
    background-color: #42189c;
    cursor: pointer;
}
.div_done:active{
    transform: scale(0.9);
    background-color: #6f48c1;
}
.div_img_done{
    margin-top: 20px;
}
.img_done{
    width: 50%;
    
}

.txts{
    font-size: 55px;
  font-style: italic;
  font-weight: bold;
  margin-left: 25px;
  margin-top: -10px;
}
span{
    color: #844bfd;
    font-family: g;
}
.span1{
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    margin-left: 25px;
    font-family: g;
    color: rgb(118, 118, 118);
    margin-bottom: px;
}
.span1_div{
    margin-bottom: -10px;
    margin-top: -20px;
}
.div_title{
    width: 100%;
    text-align: center;
}
.span_title{
    margin-left: 25px;
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-family: go3;
}
.site_link{
    color: #844bfd;
    transition: 0.5s;
}
.txt{
    margin-left: 25px;
    font-size: 30px;
    color: #000000;
    font-family: go3;
}
.site_link:hover{
    color: #42189c;
}