.extreme-startup-root {
    color: #2a324b;
    background: #f1f4f3;
    border: 2px solid #2a324b;
}

.extreme-startup-highlight-text {
    color: #da627d;
}

.extreme-startup-link:link, .extreme-startup-link:visited {
    color: #da627d;
}

.extreme-startup-header {
    background: linear-gradient(
        -90deg,
        #2a324b 0% 38.2%,
        #5f3d65 38.2% 100%
    );
    padding-top: 16px;
}

.extreme-startup-big-header-logo {
    font-size: 2.2rem;
}

.extreme-startup-footer {
    background: linear-gradient(
        90deg,
        #2a324b 0% 38.2%,
        #5f3d65 38.2% 61.8%,
        #da627d 61.8% 76.3294%,
        #453558 76.3294% 100%
    );
}

.extreme-startup-subheader {
    color: #f1f4f3;
    border-bottom: none;
    background: #2a324b;
}

.extreme-startup-title-wrapper {
    background: #5f3d65;
}

.extreme-startup-content {
    background: #f1f4f3;
}

.extreme-startup-status-wrapper {
    background: #2a324b;
}

.extreme-startup-dates {
    background: #453558;
}

.extreme-startup-learnmore-wrapper {
    position: relative;
    padding: 0 auto;
    margin-left: 1rem;
}

.extreme-startup-learnmore {
    text-align: center;
    margin: 0 auto;
    padding: 0.5rem 0.75rem;
    margin-top: -0.5rem;
    width: fit-content;
}

.extreme-startup-learnmore-link {
    font-weight: 700;
}

.extreme-startup-learnmore-link:link, .extreme-startup-learnmore-link:visited {
    color: #da627d;
}

.extreme-startup-link:hover {
    text-decoration: underline;
}

.extreme-startup-link:active {
    color: #f1f4f3;
}
