/*css file*/

#drag_page {
    height: 100vh;
    width: 100vw;
    background: white;
}

#ani_info {
    position: absolute;
    bottom: 10px;
    right: 5px;
}

#drag_form {
    position: absolute;
    top: 122px;
    right: 530px;
}



#drag_form .form-control {
    background: transparent;
    border: none;
    width: 300px;
    margin-top: 28px;
    height: 22px;
    color: white;
}

#btn_bobo {
    position: absolute;
    width: 120px;
    height: 50px;
    right: -199px;
    bottom: -13px;
    border: none;
}

#ani_info {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: fit-content;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    font-size: 1.2rem;
    color: #000;
}

#drag_bobble {
    position: absolute;
    top: 130px;
    left: 80px;
}