.sponsor-info {
  background-color: #2c3e50;
  padding: 20px;
  margin-top: -10px;
  color: white;
  margin-bottom: 10px;
}

.contact {
  font-weight: bold;
  font-size: large;
}

.sponsor {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.email-link {
  padding: 5px;
  border-radius: 10px;
}

.ul,
li {
  list-style: circle;
}

.vert-spacer {
  min-height: 150px;
}