.navbar {
    position: relative;
    border-bottom: 3px solid #3f48cc;
    height: 57px;
}

.navbar img {
    margin-left: 5px;
}

.nav-item {
    text-decoration:none;
    color:#222;
    margin-right:20px
}

.nav-logo {
    height: 40px;
    margin-left: 5px;
}

.nav-name {
    position: absolute;
    left: 48%;
    letter-spacing: 3px;
}


.base-content {
    width: 100%;
    padding-bottom: 120px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #DC143C;
    height: 82px;
    border-top: 3px solid #3f48cc;
}

.footer div p {
    font-weight: bold;
    margin: 0;
}

.footer-user-type {
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.footer-user-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-right: 10px;
}
