body
{
  font-size: 16px;
  background: #E52B50;
  color: #FFF;
  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;
}

a
{
  color: #FF0;
}

a:active, a:focus
{
  color: #BFB;
}

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;
}

.subtle
{
  opacity: 0.5;
  position: relative;
  user-select: none;
}

.subtle::after
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
}
