body {
    background-color: #00FDBE;
}
h1, h2, h3 {
    color: #B848F8;
    text-align: center;
}
table {
    margin-left: auto;
}
textarea, button {
    background-color: #D3FF99;
    display: block;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}
.Hat {
    left: 200px;
    position: absolute;
    top: 110px;
}
.Eyebrow {
    left: 203px;
    position: absolute;
    top: 220px;
}
.Eye {
    left: 203px;
    position: absolute;
    top: 250px;
}
.Lip {
    left: 201px;
    position: absolute;
    top: 327px;
}
.Shoe {
    left: 204px;
    position: absolute;
    top: 407px;
}