.gd{
  width:100%;
  background-image: url('../img/gd/bg.jpg');
  background-size: cover;
}

.gd_content{
  display:flex;
  justify-content: center;
  align-items: center;
  padding:50px 0;
}

.gd_left{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../img/gd/scroll.png');
  background-size: cover;
  height:480px;
  width:300px;
  z-index: 1;
}

.gd_logo{
  width:240px;
}

.gd_date{
  font-size: 24px;
  margin:15px 0;
  background: var(--gradient1_180);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gd_btn{
  background: var(--gradient1_180);
  color:black;
  font-size: 18px;
  min-width: 120px;
  text-align: center;
  margin-bottom: 12px;
  padding:3px 0;
  border-radius: 3px;
  cursor: pointer;
}

.gd_right{
  z-index: 1;
}

.gd_right table{
  width:100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  color:var(--color2);
  background: rgb(200,200,200);
}

.gd_right th{
  padding:5px 10px;
  background: #260d0c;
}

.gd_right td{
  text-align: center;
  padding:5px 0;
  color:black;
  border:solid 1px grey;
}

.dragon{
  height:350px;
  margin-left:-30px;
  margin-right: 30px;
}
