a {
  color: #fa5bbe;
}


body {
  background: url(images/corkboard.png);
	background-attachment: fixed;
	color: #535353;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	max-width: 950px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 60px;
}

#logo {
  background: url(images/logo.png);
  background-size: 250px 229px;
  pointer-events: none;
  width: 250px;
  height: 229px;
  position: absolute;
  transform: translate(-90px, -83px);
}

#container {
  border-radius: 10px;
	background-color: rgba(255,255,255,1);
	margin: 0;
	padding: 20px;
	height: auto;
	filter: drop-shadow(5px 5px 8px black)
}

#container p {
  text-align: justify;
  text-justify: inter-word;
}

#column {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

#row:after {
    content: '';
    display: table;
    clear: both;
}
