body {
  background-color: #330a0a;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}


.title {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  bottom: 0;
}

.title b{
  font: 400 8vh "Vibur";
  color: rgb(204, 155, 155);
  text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #ff4444, 0 0 0.5em #ff4444, 0 0 0.1em #ff4444, 0 10px 3px #000;
  text-align: center;
}

table, th, td {
  /*border: 1px solid black;*/
  margin-left: auto;margin-right: auto;
  margin-top:7%;
}

.move {
  margin-left: 50%;
}

.test img{
  width: 77%;
  height: 77%;
  position:static;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .sizing {background: #330a0a;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .sizing {background: #330a0a;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .sizing {background: #330a0a;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .sizing {background: #330a0a;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .sizing {background: #330a0a;}
}

/* ------- */
