:root{
    --invett-primary-color: rgb(153, 202, 72);
    --invett-secondary-color: rgb(0, 16, 46);
}

.invett-button {
    text-decoration: none;
    border: 2px solid var(--invett-primary-color);
    color: white;
    font-weight: 500;
    border-radius: 15px;
    background-color: var(--invett-primary-color);
}

.invett-button:hover {
    color: var(--invett-primary-color);
    background-color: white;
}