@import "font.css";

::selection
{
  background: rgba(121, 40, 202, 0.3);
  color: #FFF;
}

body
{
  font-family: "Fantasque Sans Mono", "Comic Sans MS", "Open Sans", cursive;
  font-size: 16px;
  background: #000;
  color: #EEE;
  padding-left: 5%;
  padding-right: 5%;
}


main,footer
{
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}

body > header
{
  text-align: center;
  margin-top: 1.245em;
  margin-bottom: 1.245em;
  margin-right: auto;
  margin-left: auto;
}

body > header > h1
{
  font-weight: normal;
  font-family: "Fantasque Sans Mono", "Comic Sans MS", "Open Sans", cursive;
}

body > header > h1 > a
{
  text-decoration: none;
}

body > header > h3
{
  font-weight: normal;
  font-style: italic;
  color: #F1A0FF;
}

h1, h2, h3, h4, h5, h6
{
  color: #F1A0FF;
}

a
{
  color: #3291FF;
}

a:hover, a:active, a:focus
{
  color: #0070F3;
}

footer
{
  border-top: 1px;
  font-style: italic;
}

#tilde_ring
{
  background-color: rgba(255, 255, 255, 0.15);
  border-radius:100px;
  padding: 1em 0;
  text-align: center;
  font-size: 1em;
}

#tilde_ring > p
{
  margin: 0;
}

code, pre
{
  font-family: "Courier New", "Courier", "Consolas", monospace;
}
