@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #FFFFFF;
	margin: 0;
}

.language {
	color: #5D5E5D;
	margin-left: auto;
	letter-spacing: 5px;
	margin: 7px 7px 0px auto;
	text-align: right;
	padding-top: 5px;
	font-size: 10px;
}

span {
	font-weight : bolder;
}

.wrapper {
	display:block;
	text-align: center;
}

button {
	border: 2px solid #FFFFFF;
  padding: 5px 20px 5px 20px;
	Margin-bottom: 40px;
	border-radius: 5px;
	letter-spacing: 2px;
	background-color: #93C1E3;
	transition: all 0.2s linear;
}
button:hover {
	border: 2px solid #87CEEB
}

a:link
{
text-decoration:none;
	color: #FFFFFF;
}
a:visited
{
text-decoration:none;
	color: #FFFFFF;
}
