body { 
  background-color: #f3e3c9;
}

header {
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
  header img {
    max-width: 150px;
  }

svg { fill: #FFF; }

.container {
  max-width: 80rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

#home {
  background-color: #fff5d7;
  position: relative;
  border-color: #4D3E53;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
}

.button {
  display: block;
  clear: both;
  height: 48px;
  line-height: 48px;
  font-size: 2rem;
  padding-left: 8px; padding-right: 56px;
  transition: background-color 0.5s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /*border: 2px solid #4D3E53;*/
  border: none;
}
  .button:hover {
    transition: background-color 0.5s;
  }

  /*#button-ao3 svg { fill: #990000; }
  #button-deviantart svg { fill: #009364; }
  #button-twitter svg { fill: #57a5ff; }
  #button-youtube svg { fill: #FF0000; }*/
  
  /*#button-ao3 {
    background-color: #990000;
    transition: background-color 0.5s;
  }
  #button-ao3:hover {
    background-color: #650000;
    transition: background-color 0.5s;
  }
  #button-github {
    background-color: #9b4dca;
    transition: background-color 0.5s;
  }
  #button-github:hover {
    background-color: #773a9c;
    transition: background-color 0.5s;
  }
  #button-deviantart {
    background-color: #009364;
    transition: background-color 0.5s;
  }
  #button-deviantart:hover {
    background-color: #005f41;
    transition: background-color 0.5s;
  }
  #button-twitter {
    background-color: #57a5ff;
    transition: background-color 0.5s;
  }
  #button-twitter:hover {
    background-color: #4f6bed;
    transition: background-color 0.5s;
  }
  #button-tumblr {
    background-color: #314358;
    transition: background-color 0.5s;
  }
  #button-tumblr:hover {
    background-color: #141c24;
    transition: background-color 0.5s;
  }
  #button-kofi {
    background-color: #00cbfe;
    transition: background-color 0.5s;
  }
  #button-kofi:hover {
    background-color: #00a2cb;
    transition: background-color 0.5s;
  }
  #button-youtube {
    background-color: #ff0000;
    transition: background-color 0.5s;
  }
  #button-youtube:hover {
    background-color: #cc0000;
    transition: background-color 0.5s;
  }*/

.link-icon {
  float: left;
}
.link-label {
  vertical-align: top;
  display: inline-block;
}

#links ul {
  margin-bottom: 0;
}
#links li { 
  list-style-type: none;
  margin-bottom: 1.75rem;
}
#links li:last-child { 
  margin-bottom: 0;
}

/*@media (prefers-color-scheme: dark) {*/
  body { 
    /*background-color: #1B0C1C;*/
    background: linear-gradient(180deg, #4d3e53 0%, #1B0C1C 100%) no-repeat #1B0C1C;
    color: #e3e3e3;
  }
  svg { fill: #FFF; }
  #home {
    /*background: #252029;*/
    background: rgba(37, 32, 41, 1);
    border-color: #4D3E53;
  }
/*}*/