html, body {
  /* height: 100%; */
  margin: 0;
  /* overflow: hidden; */
}

body {
  /* background-color: #e64b1c; */
  background-color: #0d323b;
  color: white;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  width: 95%;
  max-width:1400px;
  display:block;
  margin:0 auto;
  text-align: center;
  font-size:14pt;
}

p {
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 0px 0px 7px #000000;
}

h1 {
  font-size: 35pt;
  margin: 0;
  padding: 0;
  line-height: 35pt;
  font-weight: 600;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 0px 0px 7px #000000;
}

#greeting h1 {
  font-size: 40pt;
  margin-top: 30px;
  font-weight: 900;
}

#greeting {
  margin: 18px 0 50px 0;
}

button, input {
  color:#2d6963;
  background-color: #ecf8cf;
  font-size: 20pt;
  min-width: 50px;
  min-height: 50px;
  margin: 0 7px;
  font-weight: 600;
  border: 3px solid black;
  border-radius:5px;
  padding: 0 10px;
}

#players {
  margin-top: 100px;
}

#players p {
  margin-bottom: 50px;
}

#articles {
  text-align: left;
}

#articles img {
  /* position:absolute; */
  /* top:320px; */
  /* right: 10px; */
  display:block;
  border-radius: 30px;
  width:390px;
}

#articles p.cd {
  font-size: 30pt;
  font-weight: 600;
  font-family:'Courier New', Courier, monospace;
  letter-spacing: 10px;
  max-width: 500px;
  margin: 10px 0;
}

#articles p.cd span {
  font-size:25pt;
  font-weight: 400;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  min-width: 150px;
  display:inline-block;
  letter-spacing: 0px;
}

b {
  font-family: 'Courier New', Courier, monospace;
}

#articles h1#tim {
  /* position:absolute; */
  /* right: 10px; */
  /* width:390px; */
  /* text-align:center; */
  /* top: 270px; */
  font-family: 'Courier New', Courier, monospace;
  /* position:absolute; */
  display:block;
  /* bottom: 20px; */
  /* right: 500px; */
  width: 80%;
  margin: 10px auto;
  text-align:center;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 20px;
  background-color: #a33b81;
  color: white;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 0px 0px 7px #000000;
}

#articles #qrbox {
  position:absolute;
  bottom: 35px;
  right: 25px;
  max-width: 390px;
  text-align: center;
  display:block;
}

#articles button#gotim {
  /* position:absolute; */
  display:block;
  /* bottom: 20px; */
  /* right: 500px; */
  width: 80%;
  margin: 10px auto;
  text-align:center;
  font-family: 'Courier New', Courier, monospace;
  border-radius: 20px;
  background-color: #a33b81;
  color: white;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 0px 0px 7px #000000;
}

#articles p#qrurl {
  font-size: 17pt;
  /* position:absolute; */
  /* right: 10px; */
  /* width:390px; */
  text-align:center;
  /* top: 700px; */
  font-family: 'Courier New', Courier, monospace;
  font-weight:bold;
  margin: 0.2em 0;
}

#articles p#p1code {
  color:#f7aeae;
}
#articles p#p2code {
  color:#f1d9a3;
  margin-left: 112px;
}
#articles p#p3code {
  color:#feffbf;
}
#articles p#p4code {
  color:#a0dbaa;
  margin-left: 112px;
}
#articles p#p5code {
  color:#bbe6f3;
}
#articles p#p6code {
  color:#babdee;
  margin-left: 112px;
}
#articles p#p7code {
  color:#f7aeae;
}
#articles p#p8code {
  color:#f1d9a3;
  margin-left: 112px;
}
#articles p#p9code {
  color:#feffbf;
}
#articles p#p10code {
  color:#a0dbaa;
  margin-left: 112px;
}
#articles p#p11code {
  color:#bbe6f3;
}
#articles p#p12code {
  color:#babdee;
  margin-left: 112px;
}

@media screen and (max-width: 860px) {
  body {
    display:none;
  }
  html::before {
    content: "Does not work on small devices. Sorry.";
    font-size:30pt;
  }
}
@media screen and (max-height: 640px) {
  body {
    display:none;
  }
  html::before {
    content: "Does not work on small devices. Sorry.";
    font-size:30pt;
  }
}


#final h1#topic {
  font-weight: 900;
  padding: 25px;
  border: 5px solid white;
  border-radius: 20px;
  max-width: 600px;
  display:block;
  margin: 30px auto 80px auto;
  font-size: 45pt;
  line-height: 110%;
}

button#newArt {
  background: none;
  color: white;
  text-decoration: underline;
  border: 0px;
  font-size:14pt;
  font-weight: 400;
  margin: 0 !important;
  padding: 0;
  cursor: pointer;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 0px 0px 7px #000000;
  min-height: 0;
}
button#skipTim {
  background: none;
  color: white;
  text-decoration: underline;
  border: 0px;
  font-size:14pt;
  font-weight: 400;
  margin: 0 !important;
  padding: 0;
  cursor: pointer;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 0px 0px 7px #000000;
  min-height: 0;
}


