body {
    font-family: 'Oswald', sans-serif;
}
.img-fond {
    position: fixed;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    background-image: url('Fracture.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display:flex;
    align-items: center;
    justify-content: center;
}

.titre {
    background-color: #fafafa;
    color: #000000;
    font-size: 70px;
    padding: 10px;
    border: 2px solid #000;
    font-weight: 700;
    font-variant: small-caps;
}