.navbar {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.logo {
    max-height: 40px;
}

#profile {
    margin-left: 10%;
    margin-right: 10%
}

.col-md-4 {
    background-color: rgb(156, 176, 212);
    border-style: dashed;
}