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

body {
    margin-bottom: 60px;
    font-family: 'News Cycle', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.card_style {
    border: 2px solid #3C6478;
    padding-bottom:5px;
    padding-right:1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.user_profile_link:hover {
    text-decoration: underline;
    font-weight: bold;
    color: red;
}
.user_profile_link_main {
    color: black;
}

#register, h1 {
    margin-top: 0.5em;
}

#register, .rform {
    padding: 1em;
}


