body {
	background-image: url("https://images7.alphacoders.com/303/thumb-1920-303042.png");
	background-repeat: no-repeat;
	background-position: center;
}
.table {
	border-color: black;
	color : #333333;
  background-color : #d6d3ce;
}
h1 {
	color: #73050c;
	text-shadow: black 2px 2px;
	text-align: center;
}
.prenom {
	text-align: center;
	color: #73050c;
	text-shadow: 1px 1px 2px red, 0 0 0.3em white, 0 0 0.2em blue;
}
.contact{
	text-align: center;
	border: medium solid #6495ed;
	border-collapse: collapse;
	width: 30%;
}
.cv {
	color: #73050c;
}
