main {
    height: 100%;
}

#activated {
    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    height: 100%;
}

.activated-container {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    width: 100%;
    align-self: center;
}

.activated-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 10px;
}

.activated-title {
    display: flex;
    flex-direction: row;
    gap: 5px;
    color: white;
}

.activated-title > span {
    font-size: 28px;
    font-weight: 700;
}

.activated-description {
    color: white;
    font-weight: normal;
    font-size: 18px;
}

.activated-button, .activated-button:hover {
    display: flex;
    flex-direction: row;
    gap: 5px;
    height: 50px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: fit-content;
}