.content {
	display: flex;
	flex-direction:column;
	justify-content: space-around;
	align-items: center;
	width:100%;
}

.content a.download-button {
	color: rgb(0, 0, 12);
	text-decoration: none;
	background-color:bisque;
	border-radius: 20px;
	border-color:black;
	border-style:dotted;
	border-width:2px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 30px;
	text-align:center;
}

.content2 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%
}
