body {
  background: -webkit-linear-gradient(-90deg, #ff4d7c, #3cc6d3);
  background-attachment: fixed;
  color: #3cc6d3;
  text-align: center;
  font-family: courier, 'Courier New', monospace;
  font-weight: bold;
  font-variant: small-caps;
}
::selection {
  background-color: #ff4d7c;
  color: white;
}
* {
  scrollbar-color: #3cc6d3 #252525;
}
*::-webkit-scrollbar {
  width: auto;
}
*::-webkit-scrollbar-track {
  background: #252525;
}
*::-webkit-scrollbar-thumb {
  background-color: #3cc6d3;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #1c757d;
}
.header {
  font-size: 50px;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  font-family: 'Courier Primal Bold';
  font-weight: bold;
  background: linear-gradient(-0deg, #82dbe3, #82dbe3, #97e1e7, #3cc6d3, #3cc6d3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#mikuteto {
  width: 14%;
  position: absolute;
  bottom: 15%;
  left: 1%;
}
.container {
  background: rgba(0, 0, 0, 0.75);
  display: block;
  float: left;
  width: 26%;
  max-height: 340px;
  overflow: auto;
  border: 5px double rgba(98,98,98,0.5);
  border-radius: 10px;
  box-shadow: 0 0 25px 10px rgba(255,255,255,0.5);
  margin: 0.75% 1.25%;
  padding: 0 2% 1%;
  font-size: 16px;
}
h1 {
  font-family: 'Courier Primal Bold';
  text-align: center;
  font-size: 26px;
}
h2 {
  font-family: 'Courier Primal Bold';
  font-size: 20px;
}
#menu {
  text-align: left;
}
#menu a {
  font-size: 24px;
}
#rightimg2 {
  float: right;
  margin: -15px 0 0;
  padding: 0;
  width: 50%;
}
#webrings {
  height: 195px;
}
li {
  text-align: left;
  margin: auto -2% auto 4%;
}
a{
  color: #ff0045;
}
a:hover {
  color: rgba(255, 128, 162, 0.9);
  text-shadow: 2px 2px 5px #ff0045;
}
#retronautwebring {
  font-size: 16px;
}
#misc {
  height: 340px;
}
#sites {
  width: 59.25%;
  max-height: 330px;
}
#bug {
  padding: 1.5% 2% 0.5%;
  margin-bottom: 2%;
  max-height: 330px;
}
#themeswitcher {
  display: block;
  margin: auto;
  padding: 5px;
  width: auto;
  color: white;
  font-family: courier, 'Courier New', monospace;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.themeswitcher1 {
  background: linear-gradient(0deg, #1c757d, #97e1e7);
}
.themeswitcher2 {
  background: linear-gradient(0deg, #ff0045, #ff80a2);
}
#bbs, #crab, #rightimg, #lopah, #karkat, #joyouscrabs {
  display: none;
}