body {
	background-color:black;
	text-align: center;
	margin: 0 10% 0 10%;
	font-family: "Comfortaa";
}

.body {
	margin: 0 10% 0 10%;
}

h1, h2, h3{
	color:#eb2c82;
	
}

h1 {
	font-size:48pt;
}

h2 {
	font-size:40pt;
}

h3 {
	font-size:25pt;
}

p, ul, li {
	color:#fddbea;
	font-size:20pt;
}

a {
	text-decoration:none;
}

ul {
	list-style-position: inside;
}

.topnav {
  overflow: hidden;
  background-color: #fddbea;
  font-family: "Comfortaa";
  position:fixed;
  top:0;
  width:80%;
}

.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 25pt;
  border:5px solid #fddbea;
}

.topnav a:hover {
  background-color: black;
  color: #fddbea;
}

.topnav a.active {
  background-color: black;
  color: #fddbea;
}

.comfortaa-<uniquifier> {
  font-family: "Comfortaa", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


 /* Slideshow container */
.slideshow-container {
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 50px;
  text-align: center;
}

/* Add an italic font style to all quotes */
q {
	font-style: italic;
	color:#fddbea;
}

/* Add a blue color to the author */
.author {
	color:#fddbea;
	font-size: 14pt;
}

/* Image Formatting */
.left-wrap {
	float:left;
	Padding:10px;
}

.right-wrap {
	float:right;
	Padding:10px;
}