@font-face {
    font-family: 'Didot';
    src: url(/Fonts/Didot\ LT\ Std\ Bold.otf);
  }
  
  @font-face {
    font-family: 'Rotis';
    src: url(/Fonts/RotisSerifStd-Italic.otf);
  }
  
  @font-face {
    font-family: "Minion";
    src: url(/Fonts/MinionPro-SemiboldIt.otf);
  }
  
  body {
    background-color: black;
    background-image:url(stars.jpg);
    background-repeat: repeat;
  }
  
  .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
  }
  
  h1 {
    color: white;
    font-size: 4em;
    font-family: 'Didot';
    margin-bottom: 0;
  }
  
  h3 {
    color: white;
    font-size: 1.8em;
    font-family: 'Rotis';
    margin-top: 0;
  }
  
  p {
    color: white;
    font-size: 20px;
    font-family: 'Minion';
    margin-top: 0;
  }
  
  a {
    display: inline-block;
    margin-top: 20px;
  }
  