body {
    font-family: "Montserrat", serif;
    padding-bottom: 64px;
}

code {
    display: inline-block !important;
    font-size: 1.3rem;
}

.header {
    margin-top: 6rem;
    text-align: center;
}

.text-header {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    font-weight: 600;
}

.card {
    display: inline-block;
    height: auto;
    min-width: 32%;
    padding: 0.5rem 2rem;
    margin: 0.5rem 0.5rem;
    color: #555;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .05rem;
    text-decoration: none;
    white-space: normal;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.card:hover {
    border-color: darkcyan;
    color: darkcyan;
}

.version {
    font-size: 1rem;
    font-style: italic;
}

.description {
    font-weight: 300;
}

.red-alert {
    border-color: crimson;
    color: crimson;
}

.red-alert:hover {
    border-color: tomato;
    color: tomato;
}

/* Footer */
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
    padding: 20px;
}

.footer {
    background-color: #f5f5f5;
    color: #08183f;
    text-align: center;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
