.container {
    width: 1100px;
}

body {
    background-color: #FFF;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 1.5rem 10px;
    background-color: #2f2f2a;
    width: 100%;
    border-bottom: 1px solid white;
}

.header__logo img {
    width: 513px;
}
