#container{
    position: absolute;
    margin: auto;
    width: 755px;
    height: 987px;
    background-color: white;
    /* background-color: aquamarine; */
}

#background{
    position: absolute;
    width: 555px;
    height: 987px;
    left: 100px;
    right: 100px;
    background-color: white;

    /* background-image: url("../img/resized_background.png") */
}
#hair {
    position: absolute;
    width: 555px;
    height: 987px;
}

#body {
    position: absolute;
    width: 555px;
    height: 987px;
    background-image: url(../img/Body.png)
}

#shoes {
    position: absolute;
    width: 555px;
    height: 987px;
}
#top{
    position: absolute;
    width: 555px;
    height: 987px;
}

#bottom{
    position: absolute;
    width: 555px;
    height: 987px;
}

.top-1{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Top-1.png");
}

.top-2{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Top-2.png");
}

.top-3{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Top-3.png");
}

.bottom-1{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Bottom-1.png");
}

.bottom-2{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Bottom-2.png");
}

.bottom-3{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Bottom-3.png");
}

.shoes-1{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Shoes-1.png");
}

.shoes-2{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Shoes-2.png");
}

.shoes-3{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Shoes-3.png")
}

.hair-1{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Hair-1.png");
}

.hair-2{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Hair-2.png");
}

.hair-3{
    position: absolute;
    width: 555px;
    height: 987px;   
    background-image: url("../img/Hair-3.png");
}

#nextHair{
    position: absolute;
    right: 50px;
    top: 150px;
}

#nextTop{
    position: absolute;
    right: 50px;
    top:300px;
}

#nextBottom{
    position: absolute;
    right: 50px;
    top:450px;
}

#nextShoes{
    position: absolute;
    right: 50px;
    top:850px;
}