.shadowed-button1 {
    border: 1px solid var(--blue1) !important;
    border-radius: 7px !important;
    box-shadow: 0 7px 0 var(--blue1) !important;

    &:hover {
        background-color: #ffffff !important;
        color: var(--blue1) !important;
    }

    &:active {
        top: 7px;
        box-shadow: initial !important;
    }
}
