* {
    margin: 0px;
    padding: 0px;
    background-color: white;
    line-hight: 1.4;
}
body{
    text-align: center;
}
div#wrapper{
    width: 80%;
    margin: 50px auto;
    height: 100%;
}
div.movable {
    font-size: 70px;
}
li.movable {
    text-align: left;
    font-size: 40px;
    line-height: 1.6
}
img.movable{
    width: 80%;
}