@charset "utf-8";
body {
    background-image: url("../assets/img/bgtile_skulldamask.jpg");
    background-repeat: repeat;
}
.center-wrap {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
  height: 100vh;           /* full screen height */
}