    header {
        display: flex;
        flex-direction: row;
        border-bottom: 0.5px solid black;

    }
    header img {
        width: 370px;
        height: auto;
        margin: 10px;
    }

    body {
        background-color:rgb(255, 255, 173)

    }

    .heading {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    