h1 {
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;

}

img {
    display: block;
    margin: auto;
    width: 200px;
    border-radius: 35px;

}

.Header {
    font-weight: bold;
    font-size: large;
    display: flex;
    justify-content: center;

}

.Title {
    font-weight: bold;
    font-size: large;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    background-color: rgb(245, 207, 112);
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}

.subhead {
    align-items: center;
}