@charset "UTF-8";

html {
  font-size: 10px;
}

* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin-bottom: 3rem;
  min-width: 300px;
  min-height: calc(100vh - 3rem);
  font-size: 1.5rem;
}

#head {
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #333333;
}
#head a {
  color: #ffffff;
  text-decoration: none;
}

#foot {
  display: flex;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #333333;
}
#foot p {
  margin: 0;
}
#foot a {
  color: #ffffff;
  text-decoration: none;
}

#foot {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}




#body h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  border-bottom: 2px solid #333333;
}

#body h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
  border-bottom: 2px solid #333333;
}

#body h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  border-bottom: 1px solid #333333;
}

#body li {
  margin-bottom: 1em;
}
#body p {
  margin-bottom: 1em;
}

#body p input {
  vertical-align: middle;
}
