
*{
  list-style: none;
}


body {
  background-color: #190703;

}

.game {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  margin: 0;
}

.logo{
  padding-top: 20px;
}

.btn {
  padding: 0;
}


.linebtn a:link{
  width: 365px;
  height: 175px;
  display: block;
  background-image: url("../images/btn/btn-line.png");
}
.linebtn a:hover{
  background-image: url("../images/btn/btn-line-hover.png");
}
.playbtn a:link{
  width: 365px;
  height: 175px;
  display: block;
  background-image: url("../images/btn/btn-play.png");
}
.playbtn a:hover{
  background-image: url("../images/btn/btn-play-hover.png");
}


/* .btn li {
  margin: 1rem auto;
} */

.title {
  width: 94%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 500px auto 10px auto;
  align-items: center;
}
.title img {
  width: 70%;
  height: auto;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* .logo,
title,
.btn {
  width: 80%;
}
.logo img,
title img {
  width: 100%;
} */


@media (min-width: 769px) and (max-width: 1024px)  {
  .game {
    background-image: url("../images/bg.jpg");
    height: 100vh;
    /* width: 100%;
    height: 100vh; */
  }

  .logo{
    padding-top: 20px;
    width: 30%;
    margin: 0 auto;
  }

  .title {
    width: 70%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 200px auto 5px auto;
    align-items: center;
  }


  .title img {
    width: 80%;
    height: auto;
  }

  .btn {
    width: 60%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .game {
    background-image: url("../images/bg-m.jpg");
    height: 100vh;
    /* width: 100%;
    height: 100vh; */
  }

  .logo{
    padding-top: 20px;
    width: 70%;
    margin: 0 auto;
  }

  .title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 360px auto 0px auto;
    align-items: center;
  }


  .title img {
    width: 100%;
    height: auto;
  }


  .linebtn a:link{
    width: 240px;
    height: 115px;
    display: block;
    background-image: url("../images/btn/btn-line.png");
    background-size: contain;
  }

  .linebtn a:hover{
    width: 240px;
    height: 115px;
    display: block;
    background-image: url("../images/btn/btn-line-hover.png");
    background-size: contain;
  }

  .playbtn a:link{
    width: 240px;
    height: 115px;
    display: block;
    background-image: url("../images/btn/btn-play.png");
    background-size: contain;
  }

  .playbtn a:hover{
    width: 240px;
    height: 115px;
    display: block;
    background-image: url("../images/btn/btn-play-hover.png");
    background-size: contain;
  }


}




