html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

#blog-entry-logo {
    height: 40px;
    width: auto;
    display: inline;
    margin-right: 3px;
}

header {
    background-color: #3b6df7;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
}

.user-nav {
    align-items: center;
}

.custom-container {
    width: 90%;
    margin: auto;
    padding: 0;
    align-items: center;
}

.dropdown-menu {
    min-width: 7rem;
}

.nav-link-decoration a:not(.dropdown-item) {
    text-decoration: none;
    color: white;
    text-shadow: none;
    align-items: center;
}

.dropdown-item {
    text-decoration: none;
}

.aline-item-baseline {
    align-items: baseline;
}

.dropdown-menu a {
    text-decoration: none;
}

.logo {
    display: flex;
    align-items: center;
}

.footer-container {
    text-align: center;
}

.footer {
    background-color: #dddddd;
    line-height: 50px !important;
}

    .footer p {
        margin: 0;
    }

main {
    margin-top: 80px;
}

.blog-image {
    height: 300px;
    width: auto;
    display: block;
    margin: 7px auto;
}
#update-blog-button-id{
    display: flex;
}