body {
	color: white;
	background: black;
	/* max-width: 1200px;
	margin-left: auto;
	margin-right: auto; */
	font-size: 24px; /* default is 16 px */
}
h1 {
	font-size: 32px;
}
h1, h2, h3, h4, h5, h6 {
	color: white;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
strong {
	font-size: 26px;
}
a {
	color: #B87DF0;
}
footer {
	margin-top: 196px;
}

#banner {
  display: block;
}

.center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
}

.fixedLeft {
	position: fixed;
	left: 0;
	right: auto;
	top: 50%;
    bottom: 50%;
}

.fixedRight {
	position: fixed;
	left: auto;
	right: 0;
	top: 50%;
    bottom: 50%;
}

button {
	height: 60px;
	width: 60px;
	font-size: 32px;
}