header{
    display: flex;
    width: 100%;
    height: 200px;
    background-color: #e6ce49;
    justify-content: center;
    align-items: center;
}

header h1{
    font-size: 50px;

}

