html {
  background: url(/images/backgrounds/sonic-grass.png),url(/images/backgrounds/sonic-tree.png),url(/images/backgrounds/sonic-tree.png),url(/images/backgrounds/sonic-cloud.webp),url(/images/backgrounds/sonic-cloud.webp),url(/images/backgrounds/sonic-cloud.webp);
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position:bottom, 5% 95%, 95% 90%, 5% 10%, 95% 20%, 75% 15%;
  background-attachment: fixed;
  background-color: #1f00a6;
}

body {
  margin: 0 200px 0 200px;
  padding: 25px;
  font-family:Georgia,Times,Times New Roman,serif; 
  max-width:90%;
  background-color:rgba(255,255,255,0.75);
}

img.emoji {
  width:20px;
  vertical-align: middle;
  padding:0px;
  margin:0px 5px 0px 5px;
}

img.button {
  height:20px;
  margin:0px 5px 0px 5px;
  vertical-align:bottom;
}

h1 {text-align:center;}

ul#webrings {
  column-count: 4;
  column-gap: 20px;
}

blockquote {
  background-color:rgba(255,255,255,0.5);
  padding:25px;
  margin:auto;
  width:70%;
  color:black;
  text-decoration: none;
}

blockquote a {
  text-decoration: none;
  color:black;
}

footer {
    background-color:rgba(255,255,255,0.5);
    font-style:italic;
    font-size: 12px;
    text-align:center;
    padding:25px;
    margin:auto;
    margin-top:50px;
    width:50%;
}
