@font-face {
  font-family: "EtudeNoire"; 
  src: url("../fonts/etude_noire.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
} 

.fon {
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-color: gray;
    background: 3, 3, 3, 0.50;
}

.gl-text {
    font-family: "EtudeNoire";
    color: #B78AD4;
    display: flex;
    justify-content: center;
    text-align: center;
}

.sub-text {
    font-family: "EtudeNoire";
    color: #FFFDEB;
    display: flex;
    justify-content: center;
    text-align: center;
}