[data-theme="light"] {
    background-color: #f2f5fa;
}

nav{
    height: 20px;
}

a{
    text-decoration: none;
}

.custom-button{
    padding: 3px 12px;
    margin-top: -2px;
    margin-bottom: -2px;
    background-color: #38bf84;
    border-color: transparent;
}

.custom-button:hover{
    background-color: #35b47d;
}

.show-on-mobile {
    display: none;
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
}