body {
    background-color: #f5f7fa;
}

.center-container.error h1,
.center-container.error h2 {
    line-height: 1.25;
    letter-spacing: -.1rem;
    margin: 0;
}

.center-container.error h1 {
    font-size: 3.1rem;

}
.center-container.error h2 {
    font-size: 2.6rem;
}


.center-container.error {
    color: #606c76;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0px;
}

.center-container.page {
    background-color: white;
}

.center-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

.spacer {
    flex: 1 0 auto;
}

.clean-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-table;
}

a.card {
    text-decoration: none;
    color: inherit;
    transition: box-shadow .18s ease-out;
}
a.card:hover {
    box-shadow: 0 1rem 2rem rgba(0,0,0,.175) !important;
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 42px;
    /* background: #fa9696; */
    color: black;
}

.cookie-accept {
    padding: 2px 8px;
    background: white;
    color: #000000;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
}
