a {
    text-decoration: none;
}

body {
    min-height: 100vh;
    padding-bottom: 200px;
    position: relative;    
    width: 100vw;
}

.container-fluid {
    max-width: 1110px;
}

footer {
    background-color: #3479E2;
    bottom: 0;
    position: fixed;
}

footer a {
    color: white;
}

footer > div {
    height: auto;
}

header {
    background-color: #3479E2;
}

header a {
    color: white;
    text-decoration: none;
}

header .btn {
    color: white;
}
