header {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 90px;
}

.logo img {
    height: 65px;
    width: auto;
}