
  html {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    box-sizing: border-box;
    font-family: 'Merriweather', "Helvetica Neue", 'Lora', Helvetica, Arial, serif;
    font-size: 62.5%;
  }

  body {
    font-family: 'Merriweather';
    top: 0; bottom: 0;
    margin: 0; padding: 0;
    font-size: 2em;
    line-height: 1.52;
    color: #000;
    background-color: #fdfdfd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/img/logoblanc.png);
  }

  .copy {
    transform: translate(-50%, -60%);
    background:transparent;
    position: absolute;
    left: 50%; top: 50%;
    margin: auto;
    text-align: center;
  }
  .copy h1 {
    font-weight: 400;
    font-size: 4em;
    text-align: center;
    margin: 1.25em 0 0.5em;
  }
  .overlay {
    display: block;
    position: absolute, 0px 0px 0px 0px;
    width: 100%;
    height: 100vh;
    opacity: 0.6;
    background: linear-gradient(135deg, #2ECC40, #7FDBFF);
  }
