* {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

.bg {
    width: 100%;
}

.header {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 90%;
    background: #E9FAFC63;
    border-radius: 20px;
}

.header img {
    width: 90%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.header .game {
    display: flex;
    list-style: none;
    margin-top: 20px;
    font-size: 48px;
}

.header .game li {
    flex: 1;
    text-align: center;
    line-height: 2;
    color: #fff;
}

.section {
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section2 {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section3 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section4 {
    position: absolute;
    top: 57.1%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section5 {
    position: absolute;
    top: 69%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section6 {
    position: absolute;
    top: 81%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.section .section-bg {
    width: 100%;
}

.section .btns {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    display: flex;
    justify-content: space-between;
}

.section .btns img {
    width: 96%;
    display: block;
    cursor: pointer;
}

.menu {
    position: absolute;
    top: 16.8%;
    left: 0px;
    width: 100%;
}

img {
    max-width: 100%;
}

.activity1 {
    position: absolute;
    top: 18.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}

.activity1 img {
    width: 100%;
}

.activity2 {
    position: absolute;
    top: 65.5%;
    left: 52%;
    transform: translateX(-50%);
    width: 101%;
}

.activity2 img {
    width: 96%;
}

@media screen and (max-width: 500px) {
    .header .game {
        font-size: 16px;
        margin-top: 18px;
    }
}

.activity3 {
    position: absolute;
    top: 57.5%;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
}

.activity3 img {
    width: 100%;
}

.dibu {
    border-radius: 8px;
    background: #e3ecff;
}

.contact-info {
    padding: 5px;
    text-align: left;
    width: 100%;
    margin: 0px auto;
}

.contact-item {
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    padding-bottom: 5px;
}

.label {
    font-weight: bold;
    color: #2368d5;
    font-size: 14px;
    text-align: left;
    width: 50%;
}

.value {
    color: #2368d5;
}

.copy-btn {
    padding: 2px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.copy-btn:hover {
    background-color: #0056b3;
}

#customer-service-number {
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .header .game {
        font-size: 16px;
        margin-top: 18px;
    }
}

.activity4 {
    position: absolute;
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.activity4 img {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .header .game {
        font-size: 16px;
        margin-top: 18px;
    }
}

.container {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    padding: 0px 5px 10px 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #2b4a7a;
}

.container h1 {
    color: #2b4a7a;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
}

.container .rule-item {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #2b4a7a;
    font-weight: bold;
    font-size: 14px;
}

.container .highlight {
    color: #2b4a7a;
    font-weight: bold;
}

.container .contact-info {
    margin-top: 10px;
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.container .copy-button {
    display: inline-block;
    padding: 3px 15px;
    background-color: #2b4a7a;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.container .copy-button:hover {
    background-color: #223a5e;
}

.container .download-info {
    margin-top: 10px;
    line-height: 1.6;
    color: #2b4a7a;
    font-size: 16px;
    margin-bottom: 10px;
}

a{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
a:hover,
a:active{
  background: none;
  color: inherit;
}