header {
    background: grey;
    border-bottom: solid #000000;
    color: #000000;
    background:linear-gradient(to top left, #a38db5, #535353, #a38db5);
}

h1 {
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

#headtawtext {
    margin: auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
}

#header-wrap {
    display: flex;
    justify-content: space-between; /* or `flex-end`, `center`, etc. */
    align-items: center;
    padding: 1rem;
}

/* Misc */

