body {
  background-color: #82769C;
  color: black;
  font-family: Times;
  font-size: 18px;
  touch-action:manipulation;
}
hr {
  border: 1px solid black;
}
h2 {
  text-transform: uppercase;
}
button {
	background-color:#FE014C;
	border-radius:3px;
	border: 3px solid black;
	display:inline-block;
	cursor:pointer;
	color: #fff;
	font-family:Times;
	font-size:16px;
	font-weight:900;
	padding:8px 10px;
	text-decoration:none;
	text-transform: uppercase;
}
button:active {
	background-color:#4f4f4f;
	position:relative;
	top:1px;
}
.border {
  border: 2px solid black;
  padding: 8px;
}
.container-parent {
  display: flex;
  
}
.left-container {
  width: 50%;
  border-right: 2px solid black;
}
.right-container {
  width: 50%;
  padding-left: 6px;
}