html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 60px; /* Margin bottom by footer height */
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(6,6,94);
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 50px;

}
main {
    margin-bottom: 0px;
}

footer p {
    text-align: center;
}
.footer h2, .footer h1 {
    font-size: 20px;
}
.copyright {
    padding-top: 15px;
}

.footer a:hover {
    color: white;
    text-decoration: none;
}
.footer a:visited {
    color: white;
    text-decoration: none;
}

nav a {
    color: rgb(0,66,100);
    font-weight: bold;
}


.btn-outline-success {
    color: rgb(0,66,100);
    border-color: rgb(0,66,100);
}
.btn-outline-success:hover {
    color: white;
    border-color: rgb(0,66,100);
    background-color:  rgb(0,66,100);
}
.blog-header {
    margin-bottom: 50px;
}
.btn-success {
    color: #fff;
    background-color: rgb(0,66,100);
    border-color: rgb(0,66,100);
}