body {
    background-color: #121212;
    overflow-x: hidden;
    font-family: 'EB Garamond', serif, 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: white;
}

::-moz-selection {
    background: #fed136;
    text-shadow: none;
}

::selection {
    background: #fed136;
    text-shadow: none;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;


    align-items: center;

    border-radius: 4px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    box-sizing: border-box;
    width: 344px;
    background-color: #1D1D1D;
}

.card .card-content {
    padding: 16px;
}

.card .card-content .card-title {
    line-height: 2rem;
    font-weight: 500;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro-heading {
    padding-top: 300px;
    padding-bottom: 200px;
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 50px;
    font-family: 'EB Garamond', serif, 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.card.site-status-card {
    width: 144px;
}

.card.site-status-card .card-content {
    padding: 8px;
}