@font-face {
    font-family: 'Ib';
    font-weight: 400; /* Graisse : regular */
    src: url('font/typo-finale.woff') format('woff');
    
}
body{
    background: no-repeat;
    font-family: "Ib";
    font-size: 30px; 
    text-align: center;
    position: absolute;
    z-index: 99;
    
}

img{
    position: absolute;
    height: auto;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1;
}

h1{
    font-family: "Ib";
    font-size: 170px; 

  position: absolute;
  top: 97px;
  left: 450px;
  z-index: 999;
  color: rgb(252, 240, 163) ;
}
h2{
font-family: "Ib";
    font-size: 50px;
z-index: 999;
    position: relative;
    top: 367px;
  left: 415px;
    color: rgb(146, 109, 247) ;
    

}

a{
    font-family: "Ib";
    font-size: 30px;
    z-index: 999;
    position: relative;
    top: 380px;
    left: 415px;
    color :rgb(118, 239, 251);

}

