body {
	text-align: center;
    margin-top: 4rem;
    font-family: Arial,sans-serif;;
}

hr {
	border: none;
    width: 90%;
	height: 15px;
	border-bottom: 1px solid #888888;
	box-shadow: 0 5px 5px -5px #333;
	margin: 0 auto 10px;
}

.box-session {
	width: 50%;
    margin: auto;
}

.box-valuesSession {
	margin: 20px auto; 
	width: 25%;
}

.box-valuesSession p {
	font-size: 18px;
    text-align: left;
	line-height: 30px;
}

a {
	color: #C21B17;
    text-decoration: none;
	font-weight: bold;
}