* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    background: url('../img/ZOOCARE-ferme-ses-portes.jpg') no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #363636;
    background-position: center;
}
.text-center {
    text-align: center;
}
#main {
	display: flex;
	align-items: flex-start;
    padding-top: 20vh;
	justify-content: center;
	min-height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
}
.content {
	width: 75%;
	padding: 0 4%;
}

.contant a,
.content h1,
.content p {
    color: #ffffff;
}
.content a {
	color: white;
	font-weight: bold;
	white-space: nowrap;
}
.content h1 {
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin: 0.5em;
    font-weight: bold;
}

.content p {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 0px 0px 6px #4f4f4f;
}