body {
    background: white;
    color: black;
}

h1 {
    align: center;
}

h2 {
    align: center;
}

h3 {
    align: center;
}

img.right {
   float: right;
}

img.left {
   float: left;
}