@font-face {
  font-family: "w95fa";
  src: url("https://iamtomo.com/play/wyndose-xp/css/w95fa.woff2");
}
html,
body {
  height: 100%;
}
body {
  box-sizing: border-box;
  background-color: #fff;
  font-family: "w95fa" !important;
  font-size: 18px;
  overflow: hidden;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: tomato;
}
a:hover {
  color: #000;
}
header {
  letter-spacing: 2px;
  line-height: 15px;
  margin-top: 30px;
}
h2 {
  text-transform: uppercase;
}

/* MAIN */
#main {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 20px solid;
  overflow: scroll;
  padding-bottom: 50px;
}
.content {
  padding-top: 10px;
}
#info {
  margin-top: 30px !important;
  display: inline-block;
}

/* FORMATTING ODDITIES */
.red {
  color: red;
}

/* BOXES */
#boxes {
  margin-top: 30px;
}
.box {
  margin: 5px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.box:hover {
  cursor: pointer;
}
#boxes-first .box:first-child {
  border: 13px solid #000;
  width: 180px;
  height: 80px;
  border-radius: 100px;
  background: red;
  margin-right: 30px;
}
#boxes-first .box:nth-child(2) {
  border: 10px dotted rebeccapurple;
  width: 150px;
  height: 180px;
  background: yellow;
  outline: dashed 5px #fda7df;
  margin-bottom: 30px;
}
#boxes-second .box:first-child {
  border: 0;
  width: 150px;
  height: 150px;
  background: blue;
  margin-right: 20px;
  color: #fff;
  margin-right: 30px;
  font-style: italic;
  letter-spacing: 2px;
  text-decoration: underline;
  text-decoration-style: wavy !important;
}
#boxes-second .box:nth-child(2) {
  width: 130px;
  height: 130px;
  border-radius: 100px;
  background: green;
  color: #fff;
  box-shadow: 0 0 0 7px #ff5733;
  outline: dashed 15px turquoise;
}

/* JOKE SECTION */
#joke-screen {
  display: none;
}
#joke-screen p {
  text-align: left;
  width: 80vmin !important;
  max-width: 80vw;
  margin: 0 auto;
  line-height: 18px;
}
#return {
  margin-top: 20px !important;
  max-width: 100px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
