Source code file: DivTags/app/assets/stylesheets/info.scss:
body { background-color: black; }
#content {
position: absolute;
width: 600px;
left: 300px;
top: 10px;
font: normal 120% Papyrus;
background-color: #336633;
color: beige;
border-radius: 20px;
padding: 20px;
}
#links {
position: absolute;
width: 225px;
left: 10px;
top: 10px;
font: normal 120% Comic Sans MS, sanserif;
background-color: #fff0f0;
border-radius: 20px;
padding: 20px;
}
p { margin: 0px 0px 5px 0px; }
h1 { margin: 0px 0px 10px 0px; }
a { text-decoration: none; }