@font-face {
	font-family: 'Grifter';
	src: url(‘C:\Users\evrar\Desktop\AmeHumaine\SITEWEB\Fonts’) format(‘truetype’)
}

body {
	font-family: 'Grifter', bold;
    background-color: black;
    margin: 0 auto;
}

.titre {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
}

.titre > p {
    color: white;
    line-height: 0;
}

/*
@media screen and (max-width: 390px) {

    .titre {
        margin: 0 auto;
        font-size: 50px;
        background-color: blue;
    }
}
*/