html {
    font-size: 16px;
}

body {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.conent {
    text-align: center;
    box-sizing: border-box
}

.accessDenySvg {
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 4.5%;
    width: 29.1%;
    height: 40.9%;
}

.clientSvg {
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 4%;
    width: 29.2%;
    height: 44.9%;
}

.serveSvg {
    margin: 0 auto;
    margin-top: 10%;
    margin-bottom: 4.8%;
    width: 29.3%;
    height: 41.5%;
}

.err {
    font-family: PingFangSC-Semibold;
    font-size: 1em;
    color: #000000;
    margin-bottom: 2.6%;
}

.text1 {
    font-family: PingFangSC-Regular;
    font-size: 0.75em;
    color: #888888;
    letter-spacing: 0;
    margin-bottom: 1%;
}

.text2 {
    font-family: PingFangSC-Regular;
    font-size: 0.75em;
    color: #000000;
    letter-spacing: 0;
}

#copy {
    cursor: pointer;
    position: relative;
}

.tooltips {
    position: absolute;
    top: -2.4em;
    left: -2.6em;
    width: 6em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    background-color: white;
    font-size: 1em;
    box-shadow: 0 0 1em #888888;
    display: none;
}

.text-color {
    color: #0061fc;
}





/* Cloudflare Custom Error Page */



.error-trace {
    background: #fff;
    border: 0;
    border: 3px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    line-height: 1.6em;
    margin: 20px auto;
    max-height: 150px;
    width: 25%;
    font-family: "Menlo", "Monaco", "Andale Mono", "lucida console",
      "Courier New", monospace;
    overflow-x: auto;
    padding: 5px 9px;
    text-align: left;
    word-break: break-word;
  }

  .error-trace h1 {
    font-size: inherit;
    margin: 0;
  }

  .error-trace ul {
    border: none;
    padding: 0;
    text-align: left;
    font-size: inherit;
  }

  .sub-header {
    font-size: 13px;
 }