header[yunyun-header] {
  background: #2A2828;
  display: block;
  position: relative;
  color: white;
  font-family: 'Poppins';
  font-size: 25px;
  height: 100px;
  max-width: 1000px;
  vertical-align: center;
  align-items: center;
  padding: 1em 0 1em 0;
}

div[sticky-top] {
  background: #2A2828;
  width: 1000px;
  position: fixed;
  font-family: 'Poppins';
  align-items: center;
  z-index: 999;
  margin: 0;
  height: 150px;
  border: 1em solid #2A2828;
  top: 0;
  border-radius: 5px;
}

hr[header-end] {
  border: none;
  border-top: 4px dashed #808080;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #2A2828;
  left: 0;
}

img[yunyun-logo] {
  display: inline;
  position: relative;
  height: inherit;
  float: left;
  border-radius: 25%;
}

a[yunyun-link]:link {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: inherit;
  color: #7F2CCB;
}

a[yunyun-link]:visited {
  color: #f5c43d;
  text-decoration: underline #f5c43d;
}

a[yunyun-link]:hover {
  color: #808080;
  cursor: pointer;
}

button[yunyun-button-home] {
  display: inline;
  vertical-align: middle;
  border-radius: 5px;
  text-align: center;
  background: #2A2828;
  color: inherit;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: inherit;
  height: inherit;
  appearance: none;
  border: none;
  cursor: pointer;
  float: left;
  transition: background-color 0.2s ease;
}

button[yunyun-button-home]:hover {
  background-color: #808080;
}

ul[yunyun-nav] {
  list-style-type: none;
  overflow: hidden;
  display: inline;
  vertical-align: center;
  align-items: center;
  font-size: inherit;
  height: inherit;
}

li[yunyun-list] {
  float: right;
  padding: 0 0.25em 0 0.25em;
  height: inherit;
}

button[yunyun-button] {
  display: inline;
  border-radius: 5px;
  background: #2A2828;
  color: inherit;
  font-family: 'Poppins';
  font-size: inherit;
  appearance: none;
  border: none;
  cursor: pointer;
  right: 0;
  height: inherit;
  transition: background-color 0.2s ease;
}

button[yunyun-button]:hover {
  background: #808080;
  color: inherit;
}

button[yunyun-button-hire] {
  display: inline;
  background: #7F2CCB;
  border-radius: 5px;
  color: inherit;
  font-family: 'Poppins';
  font-size: inherit;
  appearance: none;
  border: none;
  cursor: pointer;
  right: 0;
  height: inherit;
  width: auto;
  transition: background-color 0.2s ease;
}

button[yunyun-button-hire]:hover {
  background: #AF79E2;
}

code-inline {
  font-size: inherit;
  font-family: inherit;
}

code-inline[struct] {
  color: #f5c43d;
  text-decoration: underline;
}

code-inline[class] {
  color: #f5c43d;
  text-decoration: none;
}

code-inline[keyword] {
  color: #c473fa;
  text-decoration: none;
}

code-inline[enum] {
  color: #86da8c;
  text-decoration: none;
}

code-inline[macro] {
  color: #d091fa;
  text-decoration: none;
  font-weight: 700;
}

code-inline[func] {
  color: #5fa8f2;
  text-decoration: none;
}

a[yunyun-ref] {
  align-items: center;
  height: inherit;
  color: white;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}


/*
   =================================================================
                        Mobile Version of CSS
   =================================================================
 */

@media (pointer: none), (pointer: coarse) {

  header[yunyun-header] {
    font-size: 28px;
    height: 100px;
    font-weight: 1000;
    margin: 0 1em;
    top: 0;
    left: 0;
    position: sticky;
    z-index: 999;
  }

  hr[header-end] {
    margin: 0;
  }

  button[yunyun-button] {
    font-size: inherit;
    height: inherit;
  }

  img[yunyun-logo] {
    height: inherit;
  }

  button[yunyun-button-home] {
    font-size: inherit;
    height: inherit;
    padding-left: 0.5em;
  }

  button[yunyun-button-hire] {
    font-size: inherit;
    width: 150px;
  }

  ul[yunyun-nav] {
    font-size: inherit;
  }

}

