html {
  margin: 0;
  background-color: #000000;
  background-image: url(/images/dark-duck.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 300px;
}

.container {
  width: calc(96% - 6px);
  margin-top: 30px;
  margin-left: 2%;
  border: 3px #fcee0a outset;
}

.screenshot {
  float: left;
  margin: 2% 0 2% 2%;
  width: 42%;
}

@font-face {
  font-family: cyberfont;
  src: url(/fonts/Blender-Pro-Bold.otf);
}

.text {
  float: right;
  margin: 2% 2% 2% 0%;
  width: 52%;
  font-size: 32px;
  font-family: cyberfont;
  color: yellow;
}

.dlcontainer {
  width: 96%;
  margin-top: 30px;
  margin-left: 2%;
}

.dlbutton {
  border: 3px #fcee0a outset;
  font-family: cyberfont;
  text-decoration: none;
  display: block;
  width: 49%;
  text-align: center;
  padding: 20px 0px 20px 0px;
  font-size: 24px;
  color: yellow;
}

.actbutton {
  width: calc(96% - 6px);
  margin-top: 30px;
  margin-left: 2%;
  border: 3px #fcee0a outset;
  font-family: cyberfont;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 20px 0px 20px 0px;
  font-size: 24px;
  color: yellow;
}
