body {

    background: #fafafa;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #FF4C30;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: white;
    height: 20px;
}

footer p{
    margin-bottom: 0;
}

.page-content{
    padding: 5px;
}

.mdl-layout__content {
    margin: auto;
}

.logout_button {
    float: right;
    clear: both;
}

.name_display {
    font-size: 1.4em;
}

h3 {
    margin-top: 5px;
}

