body {
  font-family: Roboto, sans-serif;
  margin: 0;
  background-color: #eeeee4;
}

.header {
  background-color: black;
  padding: 10px;
  color:white;
  text-align: center;
}

.header h1 {
  font-size: 20px;
}

.description {
  width: 80%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.centered-text {
text-align: center;
line-height: 1.5em;
}

input {
  padding: 5px;
}

button {
  width: 100%;
  background-color: black;
  border: none;
  font-weight: bold;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 0px 0px;
  cursor: pointer;
}

table {
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 3px solid black;
  padding: 8px 8px;
}

.table-container {
  display: flex;
  justify-content: center;
}

td,th {
  padding: 8px;
}

.requirements {
  border-style: dotted;
}

#forJS p {
  font-size: large;
  text-align: center;
}

#map {
  position: relative;
  padding: 20px;
  border: 2px solid black;
  margin-bottom: 20px;
  width:80%; 
  height: 80vh;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.footer {
  color: white;
  background-color: black;
  padding: 10px;
  text-align: center;
  object-position: bottom;
}


