
@font-face {
    font-family: 'OldLondon';
    src: url(OldLondon.ttf) 
}


body{
    background-color: white;
    font-family: "Oldlondon";
    text-align: center;
    margin-top: 50px;
  
}
.texte{
    font-family: "Oldlondon";
    font-size: 38px;
    width: 90%;
    margin: auto;
    cursor: pointer;
    color: whitesmoke;
    text-align: center;
}
.word:hover {
    text-shadow: -2px -2px 0 chartreuse,  
                 2px -2px 0 chartreuse,  
                 -2px 2px 0 chartreuse,  
                 2px 2px 0 chartreuse;  
    transition: text-shadow 0.2s ease-in-out;
}



.word {
    cursor: pointer;
    margin-right: 5px;
}

.duplicate {
    position: absolute;
    pointer-events: none;
}



.suite{
margin-left: 650px;
position: fixed;
position: center;
width: 40px; 
height: 18px; 
border: 1px solid blue;
}