
.summary {
	text-align: justify;
	line-height: 1.5;
}
.content {
	margin-left: 5%;
	margin-top: 5%;
	margin-right: 10%;
}
body{
}

.gobutton {
	position: fixed;
	top: 150px;
	right: 5px;
	transition: all .25s ease-in-out;
	font-size: 12px;
	width: 150px;
	height: 100px;
}

.show {
  visibility: visible;
  opacity: 1;
}

.hide {
  visibility: hidden;
  opacity: 0;
}

.backbutton {
	position: fixed;
	top: 60px;
	right: 20px;
	margin-bottom: 2%;
}