* {
  font-family: 'Courier New', monospace;
  color: #eee;
}

body {
  background-color: rgb(5, 5, 242);
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

a {
  color: #111;
  padding: 3px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  background-color: rgb(235, 227, 10);
}

a:hover {
  background-color: #111;
  color: #eee;
}

.top {
 background: linear-gradient(45deg, #ff00c3, #ff0059);
 filter: saturate(3);
 width: 80px;
 height: 80px;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 2;
 border-bottom: 2px solid #1ff0bd;
 border-right: 2px solid #1ff0bd;
 border-bottom-right-radius: 15px;
}

pre {
  width: 200px;
  margin: 0 auto;
}

.box {
 margin: 30px 0;
 display: flex;
 align-items: center;
 justify-content: center;
}

img {
  display: inline-block;
  margin: 0 auto;
  width: 33.3vw;
}
