* {
    box-sizing: border-box;
}

html,
body {
    margin: 0 !important;
}

html {
    position: relative;
    min-height: 100%;
}

body.home {
    /* Margin bottom by footer height */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    margin-bottom: 60px;
    font-family: -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif,
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji";
}

.footer {
    bottom: 0;
    width: 100%;
    flex: 0 0 auto;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

main {
    flex: 1 0 0%;
    height: 100%;
    display: flex;
    align-items: center;
}

h1 {
    margin: 15px 0 70px;
    text-align: center;
    color: #FFF;
}


.btn {
    padding: 8px 22px 11px;
    color: #f8f9fa;
    font-size: 20px;
    background-color: transparent;
    background-image: none;
    border-radius: 3px;
    border: 2px solid #f8f9fa;
    margin: 0 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
}
