* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'cool';
  src: url('fonts/snaredrum-nbp/SDTHREE_0.ttf');
}

@font-face {
  font-family: 'nice';
  src: url('fonts/november/novem___.ttf');
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
  background: url("images/bg.jpg");
  background-size: cover;
}

a:link, a:hover, a:active, a:visited {
  color: #901010;
}

h1 {
  margin: 1em 0;
}

h2 {
  font-size: 22px;
  font-weight: normal;
  padding: 0;
  margin: 1em 0;
  font-family: nice;
}

p {
  margin: 0;
}

#content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.dialog-wrapper {
  border: solid black 2px;
}

.dialog {
  padding: .5em 1em;
  background: white;
  border: solid #B39578 3px;
  border-radius: -5px;
}

#play {
  text-align: center;
  font-size: 3em;
  margin: .5em
}

button {
  text-decoration: none;
  font-family: nice;
  background: #CA0000;
  border: solid 5px;
  border-color: #FFA0A0 #690000 #690000 #FFA0A0;
  color: white;
  text-shadow: 2px 2px 0 #880000,
               -2px 2px 0 #880000,
               2px -2px 0 #880000,
               -2px -2px 0 #880000;
  padding: .3em .4em;
  font-size: 32px;
  cursor: pointer;
}

button:focus {
  outline: none;
}

#resize {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  color: white;
  padding: 200px 20px;
  line-height: 50px;
  font-size: 32px !important;
  font-family: nice;
}