 body{
  font-smooth: auto;
  background: 
    repeating-linear-gradient(0deg, #606dbc00, #606dbc00 2px, #33333327 2px, #33333327 4px, #46529800 4px),
    linear-gradient(91deg, #d63100 0%, #ff9400	40%,#fff7c6 50%,#ff9400 60%, #d63100 100%);
  margin: 5%;
  font-family: fonte02;
  text-rendering: geometricPrecision;
  color: #333;
  max-width: 100%;
  overflow-x: hidden;
}

.normal{
  transform: skewY(-3deg);
}

.anti{
  transform: skewY(3deg);
}

h1{
  position: relative;
  top: 285px;
  left: 440px;
  margin-top: 0px;
  margin-bottom: 320px;
  font-family: fonte01;
  font-size: 5.0em;
  font-weight: 900;
  color: #d62529;
  opacity: 1.0;
  -webkit-text-stroke: 0.1px #fff;
  text-shadow:
    -2px -2px 0 #fff,  
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff;
  transform: skewY(-3deg);
}

h1:after{
  display: inline-block;
  position: absolute;
  top: -400px;
  left: -440px;
  font-family: fonte01;
  font-size: 5.0em;
  font-weight: 900;
  color: #fff;
  opacity: 0.33;
  content: "MAHOU";
  transform: skewY(-3deg);
  z-index: -1;
}

img.trois{
  margin: 5px;
}

.vaisseau, .bonus{
  border: 0px solid #333;
}




table{
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.5em;
  background-color: #2e5401;
  border: 2px solid #333;
  border-radius: 15px;
}

td{
  min-width: 80px;
  padding: 0px 10px;
  text-align: center;
  border-radius: 15px;
}

td.ok{
  border: 2px solid #333;
}

td.no{
  background: #ccc;
}

td.yes{
  background: #6bbf03;
}

table.trois{
  background-color: #2e540100;
  border: 0px solid #333;
}

td.trois{
  min-width: 0px;
  padding: 0px 0px;
  text-align: center;
  border-radius: 15px;
}