@media (min-width:0px) and (max-width:480px) {
p { font-size:80% }
img { float:left }
}

body {
 width:460px;
 height:550px;
 background-color:#F4D06F;
}

p {
 color:#E84855;
 font-weight:bold;
 font-size:120%;
 margin:auto;
}

img {
 width:100%;
 height:auto;
}

ol {
 color:black; 
 font-family:courier, arial;
 font-size:110%;
}