.userlink {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.userlink img {
    margin-right: 8px;
}


.error-notif {
    text-align: center;
}

.error-notif svg {
    fill: var(--text-color)
}

.notif {
    text-align: center;
}

.notif h3 {
    font-size: 3.5rem;
    font-weight: 400;
    color: var(--text-color);
    margin: 30px;
}

.notif p {
    font-size: 1.5rem;
    color: var(--secondary-text-color);
    margin: 10px;
}