@charset "UTF-8";

* {
padding:0px;
box-sizing:border-box;
}

body {
background-color:rgb(250,200,150);
color:rgb(87,53,33);
margin:0px;
display:block;
font-family:Helvetica,sans-serif;
}

pre, span.monospace {
font-family:"Lucida Console",Monaco,monospace;
white-space:pre;
}

a:link    { color:rgb(87,53,33); }
a:visited { color:rgb(87,53,33); }
a:hover   { color:rgb(87,53,33); }
a:active  { color:rgb(87,53,33); }

hr {
color:rgb(87,53,33);
}

#changeBox {
color:rgb(87,53,33);
background-color:pink;
transition:color 3s,background-color 3s;
transition-timing-function:linear;
}

#randomStrip {
line-height:0.3em;
font-size:xx-small;
background-color:rgb(87,53,33);
transition:background-color 2s;
transition-timing-function:linear;
}
