body {
	font-family: Georgia, serif; 
	background-color: #000;
	color: white;
	text-align: center;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:1px solid red;
	border:none;
}

h1, h2, h3, h4, h5, h6 { /*font-style: italic;*/ color: #FFDE59;
	color: #f2f2f2;
	color: #e6e6e6;
}

.container {
	margin:auto;
	margin-top:40px;
	width: 40%;
	border:1px solid red;
	border:none;
}

/* Create three equal columns that float next to each other */
.column {
	float: left;
	width: 33.3%;
	border:1px solid green;
	border:none;
	background-color: #FFDE59;
	color: #000;
	border-radius: 2px;
}

.column h2, h3 {
	padding: 6px;
	color: #000;
}

.column p {
	margin: auto;
	padding: 4px;
	font-size: 18px; 
	border:none;
}

/*
.blank_column {
	background-color: #000;
}
*/

.row {
	margin-top:40px;
	margin-bottom:40px;
}

/* Clear floats after the columns */
/*
.row:after {
	content: "";
	display: table;
	clear: both;
}
*/

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other on smaller screens (600px wide or less) */
/*
@media screen and (max-width: 600px) {
	.column {
		width: 100%;
	}
}
*/

.button {
	background-color: #000;
	background-color: #FFDE59;
	border: none;
	color: black;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}

.button1 {
	border-radius: 2px;
	padding: 12px 28px;
	margin-bottom: 40px;
}

hr.rounded {
  border-top: 2px solid #FFDE59;
  border-radius: 2px;
}
