
body
{
	max-width: 1960px;
	width: 100%;
	min-width: 200px;
  margin: 0 auto;
	text-align: center;
	font-family: muli, sans-serif;
	font-weight: 400;
	color: #000;
	background: #000000;
  box-sizing: border-box;
}
h1 {
	color: #fff;
	font-size: 50px;
	line-height: 1em;
	font-family: muli,sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}
strong {
	font-family: muli,sans-serif;
	font-weight: 700;
	font-style: normal;
}
p {
	font-size: 20px;
	color: #fff;
	max-width: 800px;
	margin: 0 auto;
}
.serma {
	font-size: 1em;
	font-style: italic;
	margin-bottom: 2em;
	color: #c2c2c2;
	font-family: muli,sans-serif;
	font-weight: 400;
}
.presentation {
	max-width: 500px;
	margin-bottom: 2em;
}
p a {
	background-color: #cf1516;
	padding: 0.5em 2em;
	color: #ffffff;
	text-decoration: none;
	border-radius: 0.5em;
	font-weight: bold;
}
p a:hover {
    background-color: #959595;
}
.mail {
	margin-top: 2em;
	margin-bottom: 4em;
}
img {
	max-width: 1200px;
	width: 100%;
	height: auto;
}

@media screen and (max-width:600px) {
	p {
		font-size: 1em;
	}
	body {
		padding: 0.5em;
	}
}
