body{
	background: url(images/box.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#corps{
	background-color: #f7f7f7;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	font-size: 1em;
	padding:15px;
	padding-left: 3%;
	padding-right: 3%;
	font-family: 'MS Serif', 'New York', sans-serif;
	color: #333;
	min-width: 420px;
	max-width: 800px;
}


h1.logo {
    display: flex;
    justify-content: center;
}
h1.logo img{
	text-align: center;
	width: 180px;
	border: 0
}
h2{
	font-size: 1.1em;

}
img {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #999;
    padding: 1px;
    max-width: 600px;
}
li {
    color: #C70039;
    font-size: 1.1em;
    font-weight: bold;
}
.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
a.button {
    text-decoration: none;
    color: #C70039;
    background-color: transparent;
    border: 1px solid;
    height: 40px;
    /* line-height: 40px; */
    min-width: 200px;
    display: flex;
    text-align: center;
    border-radius: 10px;
    /* padding-top: 10px; */
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
    margin-right: 1em;
    text-transform: uppercase;
    font-size: 0.8em;
	transition: all 0.3s;
}
a.button:hover {
    background-color: #C70039;
    color: #f7f7f7;
    text-decoration: none;
}
table {
    text-align: center;
    margin: 0 auto;
    background: #d7d7d7;
    color: #333;
    border-color: #f7f7f7;
}