body {
  width: 100vw;
  height: 100%;
  background-color: goldenrod;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Courier New", Courier, monospace;
  text-align: center;
}

#wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000dc;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 420px;
  margin: 0 auto;
  margin-top: 20px;
}

#pixel-wrapper {
  position: relative;
  padding: 20px;
  top: 0;
  left: 0;
  height: 300px;
  width: 400px;
}



#pixel-wrapper::after {
  color: white;
  content: "↙";
  position: relative;
  top: -18px;
  left: -192px;
  font-weight: bolder;
}

a,
a:hover,
a:visited,
span {
  padding-top: 10px;
  color: white;
}

.downloadBtn {
  margin-top: 20px;
  cursor: pointer;
}

.shadow-image {
  width: 1px;
  height: 1px;
  background-color: white !important;
}
