body {
	background-color: #217E52;
  font-family: Georgia;
  font-size: 16px;
}
th {
	text-align: center;
  padding: 0.5em 2em;
  border: 1px solid black;
  background-color: #ccffff;
}
td {
	padding: 0.5em;
  border: 1px solid black;
}
fieldset {
	margin-bottom: 1em;
  background-color: #063057;
  border: 5px solid #82C1DB;
  padding: 2em;
  color: white;
  text-transform: uppercase;
}
legend {
	background-color: #ccffff;
  padding: 0.5em;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  font-family: sans-serif;
}
h1, h2, h3, h4,
.h1, .h2, .h3 {
	color: #063057;
  font-family: sans-serif;
}

#speakers {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#speakers img {
	border-radius: 50%;
  border: 3px solid #063057;
}

.container {
	background-color: white;
  border-radius: 1em;
  padding: 1.5em;
  margin-bottom: 1em;
}
.img-responsive {
	max-width: 100%;
}
.text-center {
	text-align: center;
}
.h2 {
	font-size: 1.5em;
  font-weight: bold;
}
.h3 {
	font-size: 1.17em;
  font-weight: bold;
}
.form-flex {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-flex div {
	margin-bottom: 1em;
}
.btn {
	background-color: #ccffff;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  text-transform: uppercase;
  width: 50px;
  display: inline-block;
  cursor: pointer;
  border: 2px solid black;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
}