@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");
@font-face {
    font-family: 'OldLondon';
    src: url(OldLondon.ttf) 
}
@font-face {
    font-family: 'picasso';
    src: url(XsaraPicasso-Regular.ttf) 
}


body {
    margin: 0px;
    background-color:lime;
}
.lien {
   z-index: 9999;
   position: absolute;
   bottom: 0;

}


#text1{
    z-index:2
}

#text2{
    z-index:2
}


#container {
    position: absolute, center ;
    margin: auto;
    width: 100vw;
    height: 80pt;
    top: 0;
    bottom: 0;

    filter: url(#threshold) blur(0.6px);
}

#text1,
#text2 {
   color:black;
  

    position: absolute;
    width: 100%;
    display: inline-block;

    font-family: "picasso";
    font-size: 220pt;

    text-align: center;

    user-select: none;
}