body {font-family:tahoma; font-size:0.9em; background-color:#ff9; } body img {max-width:600px; max-height:600px; border-radius:10px; } p {border-radius:10px;} .version--header { width:600px; height:auto; background-color:lime; font-size:1.5em; margin-left:auto; margin-right:auto; padding:5px; border-radius:10px 10px 0 0; box-shadow:5px 5px 10px grey; } .version--detail { width:600px; height:auto; background-color:cyan; font-size:1.0em; margin-left:auto; margin-right:auto; padding:5px; border-radius:0 0 10px 10px; box-shadow:5px 5px 10px grey;}