body {
	min-height: 100vh;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	background-image: url(https://k-net.fi/background.png);
	background-position: center; 
	background-size: cover;
	background-color: #000000;
	animation-name: scale;
	animation-duration: 500ms;
}
@keyframes scale {
	from {scale: 0;opacity: 0;}
	to {scale: 1;opacity: 1;}
}
.container {
	position: relative;
	max-width: 900px;
	width: 100%;
	border-radius: 10px;
	padding: 30px;
	margin: auto;
	width: 50%;
	background-color: #ffffff;
	/*box-shadow: 0 5px 10px rgba(0,0,0,0.1);*/
}
.container header {
	font-size: 60px;
	font-weight: 600;
	color: #333;
	font-family: Sans-serif;
	text-align: center;
}
p {
	text-align: left;
	color: #000000;
	font-family: Sans-serif;
	padding-top: 10px;
	margin: 0px;
	font-size: 18px;
}
.copyright {
	text-align: center;
	color: #a3a3a3;
	font-family: Sans-serif;
	padding-top: 15px;
}
h1 {
	text-align: center;
	font-family: Sans-serif;
	font-size: 25px;
	font-weight: bold;
	font-weight: normal;
}
.boxes {
	position: relative;
	/*left: 35%;*/
	max-width: 200px;
	width: 20%;
	border-radius: 10px;
	padding: 30px;
	margin: 0 15px;
	background-color: #4c94c2;
	border-style: double;
	padding-bottom: 100px;
	float: left;
}
/*.mail {
	align-content: center;
	align-items: center;
	align-self: center;
}*/
.historia {
	align-content: center;
	align-items: center;
	align-self: center;
	padding-top: 5%; /*5%*/
	font-size: 20px;
	font-family: Sans-serif;
}
.boxes i {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: white;
	font-size: 30px;
	padding: 50px;
	padding-bottom: 50px;
}
.mail button {
	background-color: #085485;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
img {
	width: 15%;
	height: auto;
	border-radius: 5%;
}
.dropbtn {
	background-color: #ffffff;
	color: black;
	padding: 16px;
	padding-left: 100px;
	padding-right: 100px;
	border-radius: 10px;
	font-size: 20px;
	border: none;
	cursor: pointer;
	margin-bottom: 5px;
}
.dropdown {
	position: relative;
	display: inline-block;
	padding-bottom: 2%;
}
.dropdown-content {
	display: none;
	position: relative;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 10px;
	animation-name: scale;
	animation-duration: 100ms;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	border-radius: 10px;
	font-family: Sans-serif;
}
.dropdown-content a:hover {
	background-color: #bdbdbd
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #f9f9f9;
}

.link {
	color: black;
	padding: 0%;
}
.link:hover {
	color: #0000FF;
}
.copyright {
	text-align: center;
	padding-bottom: 2%;
}