@font-face {
    font-family: francophile;
    src: url(font/FrancophilSans.ttf);
  }
  @font-face {
    font-family: francophile-bold;
    src: url(font/FrancophilSans-Bold.ttf);
  }
  h1 h2 h3 {
    color: white;
    font-family: francophile-bold
}

body {
    color: white;
    
}
footer {
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

button {
    font-family: "Times New Roman", Times, serif;
}