@import "_reset.css";

html {
    font-size: 0.625em;
}


/*Font Import*/
@font-face {
    font-family: 'Vevey-HumanKind';
    src: url('../assets/font/Vevey-HumanKind.woff2')
}
@font-face {
    font-family: 'Vevey-Positive';
    src: url('../assets/font/Vevey-Positive.woff2')
}
/* Layout */

.about {
    font-family: 'Vevey-HumanKind';
    font-size: 3em;
    padding: 1vw;
    max-height: 100vh;
}

/* Images */
.image {
    display: flex;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    /* margin: auto; */
    justify-content: center; 
    align-items: center;
    /* width: 30vw;
    height: 30vh;
    left: 0px;
    top: 0px; */
}

img{
    max-width: 90%;
    max-height: 90%;
}
/* Liens */
a {
        color: rgb(0, 0, 0);
        text-decoration: none
        ;
    }
a:hover{
        color: rgb(0, 26, 255);
    }

/* Liste */
li {
    padding-bottom: 0.5em;
}