body {
	background-color: #217E52;
}
th {
	text-align: center;
  font-size:20px;
  padding: 0.5em 2em;
  border: 1px solid black;
  background-color:  #82C1DB;
}
td {
	padding: 0.5em;
  border: 1px solid black;
}
fieldset {
	margin-bottom: 1em;
  background-color: #063057;
  border: 5px solid #82C1DB;
  padding: 2em;
  color: white;
}
label, input{
  cursor:pointer;
}
legend {
	background-color: #82C1DB;
  padding: 0.5em;
  text-transform: uppercase;
  color: #063057;
  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;
}
#live, #virt{
  width:24px;
  height:24px;
}
.checkbox-border{
  border: 3px solid #82C1DB;
  padding:5px;
}
.checkbox-interests{
	width:50px;
  height:24px;
  cursor:pointer;
}
.checkbox-label{
	padding:20px 0px 0px 0px;
  cursor: pointer;
}
.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: 2em;
}
.btn {
	background-color: #82C1DB;
  color: #063057;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  text-transform: uppercase;
  width: 90px;
  display: inline-block;
  cursor: pointer;
}
.btn:focus-visible{
  border: 3px solid #063057;
  font-weight:bold;
  font-family: sans-serif; 
}
.btn:hover{
	background-color:#82C1DB;
	font-weight: bold;
  border: 3px solid #063057;
  font-family: sans-serif; 
}