@font-face {
    font-family: "yoyo";
    src: url(./Lavinia.otf);
}

@font-face {
    font-family: "yaya";
    src: url(./coolvetica\ rg.otf);
}

@font-face {
    font-family: "yuyu";
    src: url(./coolvetica\ rg\ it.otf);
}

* {

    padding: 0;
    margin: 0;

}

header {
    
    width: 100vw;
    height: 10vw;
    background-color: rgb(0, 0, 0);

}

nav {

    height: 5vw;
    background-color: azure;
    display: flex;
    align-items: center;
    justify-content: center;

}

h2 {

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 40px;
    font-family: "yoyo";

}


h1 {

    color: wheat;
    padding-top: 3vw;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    font-family: "yoyo";

}

body {

    background-color: black;

}

p {

    color: antiquewhite;
    font-family: "yuyu";

}

#decouverte {

    margin-left: 24vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    text-align: center;
    width: 50vw;
    border: solid 3px;
    padding: 1vw;
    border-radius: 5px;
    transition: 0.3s;

}

#decouverte:hover {

    background-color: antiquewhite;
    color: black;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5);
    border-radius: 15px;

}

#note {

    margin-left: 24vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    text-align: center;
    width: 50vw;
    border: solid 3px;
    padding: 1vw;
    border-radius: 5px;
    transition: 0.3s;

}

#note:hover {

    background-color: antiquewhite;
    color: black;
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari 3-8 */
    transform: scale(1.3);
    border-radius: 15px;

}

.e2c {

    margin-bottom: 5px;

}

#goodbye {

   margin-left: 28.5vw;

}

a {

    font-family: "yaya";
    text-decoration: none;
    color: rgb(212, 212, 212);
    margin: 1vw;
    border: solid 1px black;
    width: 12vw;
    height: 8vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    transition: 0.3s;
    border-radius: 5px;
    flex-direction: column;

}

a:hover {

    background-color: aliceblue;
    color: black;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);

}

.projets  {

    margin-left: 10vw;
    width: 80vw;
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    background-color: rgb(0, 0, 0);

}