.opacity-10 {
    opacity: 0.1;
}
.top-10 {
    top: 20px;
}
.-mt-20{
    margin-top: -20px!important;
}