body, html {
    margin: 0;
    padding: 0;
    background-color: #E5D9C6;
}

.header {
    display: flex;
    align-items: center;
    background-color: #151518;
    padding: 10px;
    height: 120px;
    position: relative;
}
.header img {
    height: 100px;
    border-radius: 10px;
    margin-right: 20px;
    position: absolute;
    left: 10px;
}