body {
    background: azure;
}

h1, h2, .name, .image {
    text-align: center;    
}

.ev {
    text-align: center;
    padding: 5px;
    display: block;
    float: left;
}

.evs {
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
}

.ev img {    
    width: 50px;
    height: 50px;
}

p {
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
}

.mini {
    display: block;
    clear: both;
    margin: 5px;
    text-align: center;
}

li {
    padding-bottom: 5px;
}

#target {
    width: 100px;
    height: 100px;
}

#buttons {
    text-align: center;
}