#wrapper {
    width: 100%;
    margin: auto;
}

h1 {
    font-family: 'Prompt', sans-serif;
}

h6 {
    font-family: 'Prompt', sans-serif;
}

#hero {
    text-align: center;
    padding: 2em;
    width: 30%;
    height: 15%;
    position: relative; /* Set position to relative */
    z-index: 1;
}

#hero > img {
    width: 100%; /* Adjust the width of the character image */
}

hr {
    border-top: 1px solid lightgray;
}

#customizer {
    display: flex;
    justify-content: center;
}

.builder {
    width: 50%;
}

.buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 15%;
    margin-top: 3%;
    margin-bottom: 3%;
}

button {
    min-width: 100px;
    margin: 2%;
    text-align: center;
    color: black;
    font-family: Arial;
    border-radius: 15%;
    border: none;
}

.selector {
    width: 20%;
    margin-right: 3%;
    text-align: right;
    color: #070000;
}

.eyes {
    position: absolute;
    z-index: 2;
    top: 200px; /* Adjust the vertical position */
    left: 250px; /* Adjust the horizontal position */
}

.eyes {
    width: 20%; /* Adjust the width of the eyes */
    height: auto; /* Maintain aspect ratio */
}

.hair {
    position: absolute;
    width: 30%; /* Adjust the width of the hair */
    height: auto; /* Maintain aspect ratio */
    z-index: 2;
    top: 110px;
    left: 250px;
}
.neck {
    position: absolute;
    width: 30%; /* Adjust the width of the hair */
    height: auto; /* Maintain aspect ratio */
    z-index: 2;
    top: 300px;
    left: 250px
    
}
.mouth {
    
     position: absolute;
    width: 30%; /* Adjust the width of the hair */
    height: auto; /* Maintain aspect ratio */
    z-index: 2;
    top: 250px;
    left: 250px
}



