body {
  font-size: 16px;
  color: black;
  background-color: #F2F8FF;
}

span.team {
  padding: 2px;
  border-radius: 6px;
  background-color: #FFF8F2;
  border: 2px solid #000000;
  cursor: pointer;
}

li.team {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px 0;
}

button[type=submit] {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  color: #0000EE;
}
