.article-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 6rem;
    padding: 0 3rem 0 3rem;
}

.article-container {
    max-width: 60vh;
}

.article-text {
    color: white;
    margin-top: 2rem;
}

.marble-button {
    cursor: pointer;
    width: 0;
    color: white;
    display: flex;
    font-size: 16pt;
    justify-content: center;
    align-items: center;

    padding: 0.75rem 4rem;
    background-color: rgb(124,202,229);
}

.marble-button-link {
    text-decoration: none;
}