@charset "utf-8";

body{
  background-color: #1a1a25;
color: #fff;
}
.bg-stripe{
  background-image: linear-gradient(to right, #1a1a25, #1a1a25 10px, #1d1f27 10px, #1d1f27 );
  background-size: 20px 100%;
}
.container{
  width: 320px;
  margin: 0 auto;
}

h1 img{
  display: block;
  width: 100%;
  margin: 40px auto 30px;
}
h2{
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 40px 0 20px;
  border-bottom: solid 3px #fff;
}
.intro p{
  font-size: 16px;
  margin-bottom: 30px;
}
.btn{
  margin-bottom: 30px;
}
.btn p{
  font-size: 15px;
  text-align: center;
  margin-bottom: 7px;
}
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 1em 2em;
  width: 90%;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #8cfe62;
  border-radius: 50vh;
}
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 1em 2em;
  width: 90%;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #fdf172;
  border-radius: 50vh;
}

.button01 a::after,
.button02 a::after  {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button01 a:hover,
.button02 a:hover  {
  text-decoration: none;
  background-color: #38c0ec;
  color: #333;
}

.copyright{
  font-size: 14px;
  text-align: center;
  color: #dadada;
}

a{
  color: #8cfe62;
}
a:hover{
  color: #38c0ec;
}
@media print, screen and (min-width: 768px) {

}

@media print, screen and (max-width: 767px) {

}