body {
  padding: 0 2rem;
  margin: 2rem;
  background-repeat: repeat; 
  background-image: url(/transdoge.png), linear-gradient(#ff74f5, #ffd600);
  background-attachment: fixed;

}

pre {
  background-image: linear-gradient(#ffd600, #ff74f5);
  color: black;
  padding: 2px;
}


img {
  max-width: 100%;
  height: auto;
}

.main-centered {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;

}

.nes-container:not(:last-child) {
  margin-bottom: 1rem;
}

.nes-container.is-dark {
  height: 89%;
  margin-left: auto;
  margin-right: auto;
}

i.brand {
  margin-right: 1rem;
}

div.containers > .nes-container {
  display: inline-block;
  max-width: 400px;
}

h1 {
  color: #ff74f5;
}
h2 {
  color: #ff74f5;
}

h3 {
  color: #ff74f5;
}

a {
  color:  #ffd600;
}

p {
  color: #01cdfe;
}

li
{
color: #05ffa1;
}
.selects {
  display: flex;
  justify-content: space-between;
  margin-left: 4px;
}

.selects .nes-select {
  display: inline-flex;
}

.nes-select + .nes-select {
  margin-left: 24px;
}

.balloon.nes-container .nes-balloon {
  max-width: 600px;
  margin: 2rem 2rem;
}

.balloon.nes-container .messages {
  display: flex;
  flex-direction: column;
}
.balloon.nes-container .message {
  display: flex;
}
.balloon.nes-container .message i {
  align-self: flex-end;
}
.balloon.nes-container .message.-left {
  align-self: flex-start;
}
.balloon.nes-container .message.-right {
  align-self: flex-end;
}

.form.nes-container > .nes-field:not(:last-child) {
  margin-bottom: 1rem;
}

.footer {
  text-align: center;
}
.footer a {
  color: #333;
  text-decoration: none;
}

.github-link {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  display: flex;
  height: 100px;
  color: #333;
  text-decoration: none;
}
.github-link:hover {
  text-decoration: none;
}
.github-link > p.nes-balloon {
  align-self: flex-start;
  padding: 0.2rem 0.5rem;
  font-size: 0.8rem;
  color: #333;
}
.github-link > i.nes-octocat {
  align-self: flex-end;
}

@media screen and (max-width: 768px) {
  body {
    padding: 0;
    margin: 2rem 0.2rem;
  }
  .balloon.nes-container .nes-balloon {
    max-width: 70%;
  }

  .github-link {
    display: none;
  }

  div.rightbottom {
    right: -2px;
    bottom: -2px;
    position: fixed; 
    visibility: hidden;
    clear: both;
    display: none;
    width: 200px;
  }
}



div.rightbottom {
  right: -2px;
  bottom: -2px;
  position: fixed;
  width: 230px;
}

div.webring {
  width: 230px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

div.404 {
    position: absolute;
    top: 40px; /* Header Height */
    bottom: 20px; /* Footer Height */
    width: 100%;
}