* {
    color: #f1ede5;
}

#categories-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.services-category {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.category-name {
    color: #a0e6da;
    font-weight: bold;
    font-size: 1.1rem;
}

.services-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.service-row {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
}

.redirect-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;

    width: 10rem;
    min-width: 10rem;
    padding: 0.25rem;

    vertical-align: center;

    font-size: 1rem;
    text-decoration: none;

    background-color: #222222;
    border: 1px solid #f1e6ce;
    border-radius: 0.25rem;

    cursor: pointer;
}

.redirect-button:hover {
    background-color: #333333;
}

.icon {
    width: 1rem;
    height: 1rem;
}

.stamp {
    font-weight: bold;
    font-size: 1.1rem;
}

.unfinished {
    color: #7a1f1f;
}

.beta {
    color: #c4b641;
}