#avatarHeader {
    width: 100%;
    height: 4vh;
    cursor: pointer;
}

#avatarHeaderIcon {
    height: 3vh;
    width: 3vh;
    float: left;
}

#avatarHeaderText {
    height: 4vh;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding-left: 5vh;
    padding-top: 1vh;
}

#avatarDisplay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 55vh;
}



#avatarImage{
    position: relative;
    top: 0;
    width: 20vh;
    height: 20vh;
    left: calc((16vw / 2) - 10vh);
    border-radius: 100%;
    border-style: dashed;
    border-width: 1px;
    overflow: hidden;
}

#avatarPNG {
    width: 100%;
    height: 100%;
}

#avatarImage {
    padding: 0;
}

.faceChoice, .raceChoice {
    height: 3vh;
    width: 100%;
    cursor: pointer;
    float: Left;
    border-radius: 3vh;
    background: #484848;
    margin: 0.5vh;
}

.styleChoice{
    height: 3vh;
    width: 100%;
    cursor: pointer;
    float: Left;
    border-radius: 3vh;
    background: #484848;
    margin: 0.5vh;
}

.colorChoice {
    height: 4vh;
    width: 4vh;
    cursor: pointer;
    float: left;
    border-radius: 100%;
    margin: 0.5vh;
}

#avatarSaveBtn{
    height: 4vh;
    width: 50%;
    background: #EC5D63;
    cursor: pointer;
    border-radius: 4vh;
}

