@import url('https://fonts.googleapis.com/css?family=Bitter|Noto+Serif&display=swap');

body {
  font-family: 'Noto Serif', serif;
}

#wrapper {
  background: white;
  margin: 0 auto;
  width: 80%;
  height: auto;
}

/*** Header ***/

header {
  background-color: white;
  /* border: 2px solid black; */
  /* border-radius: 5px; */
  color: black;
  /* margin: 0; */
  /* padding: 10px; */
}

h1 {
  /* font-size: 48px; */
}

/*** Main Body ***/

main {
  padding: 20px;
}

main a {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  color: black;
  font-size: 1.25rem;
  padding: 0 5px;
  text-decoration: none;
}

form {
  line-height: 150%;
}

input[type="text"] {
  margin: 10px;
}

input[type="submit"],
input[type="reset"] {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  color: black;
  font-size: 1.25rem;
  margin-top: 10px;
  margin-right: 10px;
}

li {
  margin: 10px 0;
}

table, th, td {
  border: 1px solid #000;
}

.cost {
  text-align: right;
}

/*** Footer ***/

footer {
  background-color: white;
  /* border: 5px solid black; */
  /* border-radius: 5px; */
  color: black;
  /* padding: 20px; */
}

footer a {
  background-color: white;
  border: 1px solid black;
  border-radius: 10px;
  color: black;
  font-size: 1.25rem;
  padding: 0 5px;
  text-decoration: none;
}

/*** 1000 ***/

@media screen and (max-width: 1000px) {
  #wrapper {
    width: auto;
    height: auto;
  }
}
