html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 3.5rem;
    font-family: 'Roboto', sans-serif;
    /*margin-bottom: 60px; /* Margin bottom by footer height */
}

section {
    margin-top: 3rem;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.card {
    margin-bottom: 1rem;
}

article.article-list {
    border-bottom: .1rem solid #e0e0e0;
}

.article-preview-body {
    font-family: 'Cabin', sans-serif;
}

.footer {
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    height: auto; /* Set the fixed height of the footer here */
    /*line-height: 60px; /* Vertically center the text there */
    background-color: #000000;
}
