.addbutton {
    height: 2.2rem;
    padding: 0rem 1.3rem !important;
    border-radius: 14px !important;
    border: none;
    background-color: #6C6C6C !important;
}

.addbutton a {
    color: white !important;
    text-decoration: none;
    font-weight: 600;
}

.addbutton:active {
    transform: translateY(2px);
}