@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');
body {
  color: initial;
  background: initial;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
}

body.bg-roulette {
  background: url(../images/jeu-roulette-black-bg.png) repeat;
  background-size: 40px;
  color: #fff;
}
body.bg-roulette h1:before {
  content: url(../images/logo-roulette.png);
  display: block;
  text-align: left;
  margin-bottom: 30px;
}

h1 {
  color: inherit;
  font-size: 17px;
  font-weight: 700;
}
h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
