/***********************************************
purple: rgba(34,17,34,1)
darkcyan: rgba(0,139,139,1)
************************************************/

/* reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none;margin-left:1em}blockquote,q{quotes:none;border-left:1px solid;padding-left:1em}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}hr{border:0;border-bottom:1px solid;width:70%;margin:1em auto}
/* end reset */

body {
background-color: rgba(34,17,34,1);
color: white;
max-width: 600px;
margin: auto;
font-family: 'Linux Biolinum', monospace;
font-size: large;
padding: 1rem;
}

header,
main,
footer  {
padding: .5rem;
margin: 3rem 0;
}

main { 
  border: 1px solid rgba(0,0,0,.5);
  background-color: rgba(255,255,255,.05);
}

section {  
  border: 1px solid rgba(0,0,0,.5);
  background-color: rgba(34,17,34,.5);
padding: 1rem;
margin: .5rem;
}

#log, #links {
display: none;
}

header {
  display: none;
}

header h1 {
  text-align: center;
  font-size: 2rem;
}

a:link,
a:visited {
color: rgba(0,139,139,1);
text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}

p {
margin: .5rem 0;
}

ul {
  list-style-type: disc;
  margin-bottom: 1rem;
}

li {
  margin: .25rem 0
}

strong {
font-weight: bold;
}

img {
max-width: 100%;
}

h1 {
font-size: 1.5rem;
margin-bottom: 1rem;
font-family: Oswald;
}

h2 {
  margin: 1rem 0 .5rem 0;
font-size: 1.2rem;
font-weight: bold;
text-transform: uppercase;
}

.badges {
  text-align: center;
}
