.container {


    border-bottom: 2px solid #2e2d2d;
}

.hedder {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    justify-content: space-between;
}

.logo {
    background: #2e2d2d;
    width: 50px;
    height: 50px;
}
