html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  text-align:justify;
}
.fb {
    font-weight:bold;
}

.bannertitle {
    width: 100%;
    min-height: 40px;
    background: -webkit-linear-gradient(270deg,#16c8fe,#59e1f9,#08c3fc) no-repeat;
    border-radius: 5px 5px 0px 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
}


.function {
    margin-bottom: 13px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.more-title {
    width: 100%;
    height: 58px;
    background: #bdebf9;
    border-radius: 5px 5px 0px 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.content-en {
    color: rgba(80, 91, 101, 1);
    text-align: justify;
    padding: 0 10px;
}
.activity-rules-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    text-align: justify;
    color: #E6D696;
    background: linear-gradient(180deg, #cdcdd0 0%, #cdcdd0 100%);
    text-shadow: #2e50fa -5px -5px 0px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}