body{
    background: url("https://picsum.photos/id/132/1980/1280") fixed;
    background-size : cover;
    min-height: 90vh;
    display: grid;
    place-content: center;
}
header{
    font-family: uniGeo;
    font-family: fruitStar;
    font-family: foxgrab;
    font-size: 2rem;
    background: rgba(255,255,255,.5);
    padding: 1rem;
    border-radius: 10px;
    outline: white 1px solid
}
h1{
    max-width: 100%;
    text-align: center;
}

h2{
    font-weight: 100;
    font-size: 2rem;
    text-align: center;
}
.site-link, a{
    font-family: fruitStar;
    text-decoration: none;
    margin: 1em;
    display: block;
    text-shadow: 0 0 10px white;
    font-weight: 100;
    font-size: 1em;
    text-align: center;
    color: orangered;
    transition: .5s;
}
a:hover{
    transform:scale(1.1);
}
.reseaux{
    display: flex;
    gap : 1em;

}
img{
    max-width: 10vw;
}
@media screen and (max-width: 400px){
    h1{
        font-size: 1em;
    }
    *{
        flex-direction: column;
    }
    img {
        max-width: 60vw;
    }
}
@font-face {
    font-family: "foxgrab";
    src: url("font/foxgrab/Foxgrab.ttf");
}
@font-face {
    font-family: "fruitStar";
    src: url("font/the_fruit_star/The\ Fruit\ Star.ttf");
}
@font-face {
    font-family: "uniGeo";
    src: url("font/unigeo/Unigeo128-Regular-trial.ttf");
}