body{
	font-family: 'Poppins', Arial, sans-serif;
	text-align: center;
	margin: 0;
}

.card-centred{
	background-color: #f2f2f2;
    border-radius: 7px;
    max-width: 600px;
    margin: 60px auto;
    padding: 60px;
}

.card-centred a{
	color: #b402b8;
}

.card-centred a:hover{
	color: #9316ba;
}

.presentation{
	text-align: left;
	color: #333;
	max-width: 720px;
    margin: 60px auto;
}

.presentation img{
	width: 100%;
}

.title-pres{
	font-size: 25px;
	margin-bottom: 40px;
}

.cont-image{
	display: block;
	max-width: 100%;
	margin-bottom: 40px;
}

.cont-image img{
	max-width: 100%;
}

.title-to-theme{
	text-decoration: none;
	font-weight: 600;
}

footer{
	background-color: #f2f2f2;
	color: #aaa;
	padding: 20px 0;
}