body {
    font-family: 'Cabin', sans-serif;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
    color: #C8B6A2;
    background: url("../images/fond.png") repeat;
}

img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}