* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
html, body {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  }
  @font-face {
      font-family: 'notcouriersansbold';
      src: url('../fonts/NotCourierSans-Bold-webfont.eot');
      src: url('../fonts/NotCourierSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/NotCourierSans-Bold-webfont.woff') format('woff'),
      url('../fonts/NotCourierSans-Bold-webfont.woff2') format('woff2'),
      url('../fonts/NotCourierSans-Bold-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'notcouriersansregular';
      src: url('../fonts/NotCourierSans-webfont.eot');
      src: url('../fonts/NotCourierSans-webfont.eot?#iefix') format('embedded-opentype'),
      url('../fonts/NotCourierSans-webfont.woff') format('woff'),
      url('../fonts/NotCourierSans-webfont.woff2') format('woff2'),
      url('../fonts/NotCourierSans-webfont.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'libre_baskervilleitalic';
      src: url('../fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
           url('../fonts/librebaskerville-italic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
  @font-face {
      font-family: 'libre_baskervilleregular';
      src: url('../fonts/librebaskerville-regular-webfont.eot');
      src: url('../fonts/librebaskerville-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }
/*
  background: url(".jpg");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  font-family: "VG5000", "Courier", Courier, monospace;
  font-family: "notcouriersansregular", Courier, monospace;
  font-family: "notcouriersansbold", Courier, monospace;
  font-family: "libre_baskervilleregular", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-family: "libre_baskervilleitalic", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  */

body {
  background-color: white;
  color: #FF1493;
  font-family: "libre_baskervilleregular", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
}
a {
  text-decoration: none;
  color: #FF1493;
}
em {
  font-family: "notcouriersansbold", Courier, monospace;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1rem;
}
hr {
  border: 0;
  height: 10rem;
}
.manytables {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.table {
  margin-left: 1rem;
  margin-top: 1rem;
  background-color: white;
}
table {
  border: solid 1px #FF1493;
  padding: 0;
  margin: 0;
}
tr {
  padding: 0;
}
th {
  background-color: #FF1493;
  color: white;
}
td {
  border: solid 1px #FF1493;
  padding: 0;
}
.coral {
  color: #FF7F50;
  border-color: #FF7F50;
}
.coral th {  background-color: #FF7F50;}
.coral table {  border-color: #FF7F50;}
.coral td {  border-color: #FF7F50; text-align: center;}
.coral button {
  background-color: #FF7F50;
  border-color: #FF7F50;
  padding: 4px;
  width: 100%;
  cursor: pointer;
  color: white;
}
.coral button:hover {
  background-color: #FF1493;
}
.coral button:active {
  background-color: white;
  color: #FF7F50;
}
.pale {
  color: #AFEEEE;
  border-color: #AFEEEE;
}
.pale th {  background-color: #AFEEEE;}
.pale table {  border-color: #AFEEEE;}
.pale td {  border-color: #AFEEEE; text-align: center;}
.pale button {
  background-color: #AFEEEE;
  border-color: #AFEEEE;
  padding: 4px;
  width: 100%;
  cursor: pointer;
  color: white;
}
.pale button:hover {
  background-color: #FF1493;
}
.pale button:active {
  background-color: white;
  color: #AFEEEE;
}
@media screen and (max-width: 600px) {}
