.character {
    position: relative;
    width: 500px;
    height: 500px;
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
}

.character img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

.options {
    position: relative;
    z-index: 10;
}

body {
    text-align: center;
}

.options {
    margin-top: 20px;
}

.options h2 {
    margin-top: 30px;
}

.options button {
    margin: 5px;
}