body {
  background-color: #282828;
  background-image: url("cherry.jpg");
  background-position: center;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  display: table-cell;
}

html {
  display: table;
  margin: auto;
  height: 100%;
}

h3 {
  color: #edfeff;
  font-family: "Roboto Mono", monospace;
}

h1 {
  font-family: "Roboto Mono", monospace;
  text-align: center;
  color: #edfeff;
  font-size: 50;
}

h2 {
  text-align: center;
  font-size: 13;
  color: #edfeff;
  font-family: "Roboto Mono", monospace;
}

.saying h2 {
  color: black;
  font-family: "Roboto Mono", monospace;
}

a {
  color: inherit;
  text-decoration: none;
}

list {
  text-align: center;
  text-decoration: none;
}

.centerme {
  margin: 50px;
  padding: 200px 0;
}

.all {
  display: inline-block;
  align-self: center;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.saying {
  font-weight: bold;
  background-color: #EDFEFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 10em;
}

.trakt {
  position: absolute;
  left: 30%;
  text-align: center;
}

.all:nth-child(1) {
  margin-left: 0;
}

.title {
  text-align: center;
  width: 12em;
}

.favorites {
  background-color: #7F2D1F;
}

.reddit {
  background-color: #688B58;
}

.programming {
  background-color: #B49F4C;
}

.design {
  background-color: #7F2D1F;
}

.entertainment {
  background-color: #688B58;
}

.linux {
  background-color: #B49F4C;
}

.links {
  text-align: center;
  color: #282828;
  font-family: "Roboto Mono", monospace;
  text-decoration: none;
  font-weight: bold;
  background-color: #edfeff;
  width: 12em;
}
