.btn_reg1{
    font-size: 22px;
    color: rgba(0, 0, 0, 0.836);
    position: relative;
    top: 100%;
    left: 75%;
    transform: translate(-50%,-50%);
    background-color:aquamarine;
    width:150px;
    height:40px;
    border-radius:5px;
    box-shadow: 0px 2px 12px rgba(1,21,49,0.9);
    font-weight:600;
}
.btn_reg2{
    font-size: 22px;
    color: rgba(0, 0, 0, 0.836);
    position: relative;
    top: 100%;
    left: 80%;
    transform: translate(-60%,-50%);
    background-color:aquamarine;
    width:150px;
    height:40px;
    border-radius:5px;
    box-shadow: 0px 2px 12px rgba(1,21,49,0.9);
    font-weight:600;
}
.btn_reg3{
    font-size: 22px;
    color: rgba(0, 0, 0, 0.836);
    position: relative;
    top: 100%;
    left: 85%;
    transform: translate(-60%,-50%);
    background-color:aquamarine;
    width:150px;
    height:40px;
    border-radius:5px;
    box-shadow: 0px 2px 12px rgba(1,21,49,0.9);
    font-weight:600;
}
.btn_reg1:hover{
    background-color: rgb(29, 90, 180);
    color:whitesmoke;
    box-shadow: 0px 2px 20px rgba(243, 215, 87, 0.9);
}
.btn_reg2:hover, .btn_reg3:hover{
    background-color: rgb(214, 90, 78);
    color:whitesmoke;
    box-shadow: 0px 2px 20px rgba(243, 215, 87, 0.9);
}
