header {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    background-color: #FBEAD6;
}

.header_button {
    width: 236px;
    height: 55px;
    background-color: #2C2C2C;
    color: #FBEAD6;
    text-align: center;
    margin: 30px;
    line-height: 55px;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}

header img {
    width: 293px;
    height: 204px;
    object-fit: cover;
}