p {
    font-size: 20px !important;
}

.fill-page {
    min-height: 80vh;
    height: 100%;
}

/* body {
    display: flex;
    height: 100%;
    flex-direction: column;
} */

/* .footer {
    flex: 0 0 auto;
    display: flex;
    background-color: lightgray;
    color: black;
    margin: 0px;
    padding: 0px;
    width: 100%;
    justify-content: center;
} */

/* #body {
    margin-bottom: 200px;
} */

body,
html {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #666666;

    height: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#body {

    display: flex;
    min-height: 100vh;
    flex-direction: column;

}

/* .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #f5f5f5;
} */