

@font-face {
    font-family: 'probetalight';
    src: url('probetalight-1gm3g-webfont.woff2') format('woff2'),
         url('probetalight-1gm3g-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h1
{
  text-align: center;
}

h2
{
  text-align: center;
}
a{
    text-decoration: none;
    position: absolute;
    right: 10em;
    color: black
}
body 
{
    background-image: url(Gif-fond.entierpng.gif);
    background-repeat: no-repeat;
    background-position: bottom ;
    background-attachment: fixed;
    background-size: 110%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "probetalight",helvetica, sans-serif;
 
  }
  .container {
    height: 400px;
    width: 400px;
    margin: auto;
    margin-top: absolute 200px;
    margin-bottom: 200px;
    overflow: hidden;
    text-align: center;
  }
 
  input{
    display: none;
  }
 