@font-face {
    font-family: 'Sporting Grotesque';
    src: url('SportingGrotesque-Regular.woff2') format('woff2'),
        url('SportingGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sporting Grotesque';
    src: url('SportingGrotesque-Bold.woff2') format('woff2'),
        url('SportingGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


h1{
  font-size: 200px;
  font-family: 'Sporting Grotesque';
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
  color: White;

}

a{
  font-size: 10px;
  font-family: 'Roboto';
  font-variant: 'Bold';
  text-align: center;
}

body{
  background-color: #042732;
  background-image: url('image/img04.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  cursor:url(image/curseur.png), auto;

  }

.enter-container {
  width: 100%;
  text-align: center;
}

.enter-container a {
  text-decoration: none;
  font-size: 20px;
  color: White;
}

.home {
  position: relative;
}

.home title {
  width: 100%
}

.home img {
  font-size: 24px
}
