 @media screen and (max-width:800px) {
.cuQDdb {
    width: 100%;
    height: 48px;
    background-color: rgb(14, 16, 19);
    border-style: solid;
    border-width: 0.5px;
    border-color: transparent;
    border-radius: 4px;
    font-family: FiraCode;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: rgb(255, 255, 255);
    animation: auto ease 0s 1 normal none running none;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 12px;
}
 }