* {
  padding: 0;
  margin: 0;
}

html {
  background: url(/dh/images/bg.jpg)center top no-repeat;
  min-height: 100vh;
  background-size: 100% auto;
  max-width: 750px;
  margin: 0 auto;
}

.txt {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 550px;
}

.txt p {
  line-height: 56px;
}

.txt p:first-child {
  margin-top: 90px;
  font-size: 70px;
  color: #fff;
  font-weight: bolder;
  line-height: 90px;
}

.txt p:nth-child(3) {
  color: #fff600;
  font-size: 35px;
  font-weight: bold
}

.txt p:nth-child(2) {
  color: #fff600;
  font-size: 35px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt p:nth-child(2) span {
  margin-left: 20px
}

img {
  display: block;
}

.txt p:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt p:nth-child(4) img {
  display: block;
  margin: 0 auto;
  padding-top: 50px
}

.txt p:nth-child(4) a img:last-child {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 25px;
}

.txt p:nth-child(4) a {
  margin-right: 15px;
}

#urllink {
  margin-left: 10px;
}

.tablebox {
  padding: 10px 25px 10px 25px;
}

.text {
  color: #845226;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

.tablebox p:first-child {
  color: #fff600;
  font-weight: bold;
  font-size: 30px;
  margin: 10px auto
}

.tablebox ul {
  font-size: 24px;
  max-width: 700px;
  margin: 0 auto;
}

.tablebox ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.tablebox ul li div {
  padding: 10px 0;
  margin-right: 10px
}

.tablebox ul li .tabs {
  flex: 1;
  background: #fff;
  color: #e4760d;
  border: 1px solid #fff;
  border-radius: 30px;
}

.tablebox ul li .urla {
  flex: 1;
  background: #fff;
  color: #e4760d;
  border: 1px solid #fff;
  border-radius: 30px;
  min-width: 274px;
  font-size: 20px;
}

.tablebox ul li .gourl {
  flex: 1;
  background: #d8bba9;
  color: #845226;
  border: 1px solid #d8bba9;
  border-radius: 30px;
}

.gourl a {
  color: #845226;
  font-size: 22px;
  text-decoration: none;
}

.msbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}