html {
  color: #222;
  width: 1024px;
  margin: 0 auto;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  background-color: #2A2828;
  margin: 2em 0;
}

error404 {
  align-content: center;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: white;
}

::-webkit-scrollbar {
  width: 10px;
  color: #474747;
  background-color: #2A2828;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #474747;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #7F2CCB;
}

text {
  margin-left: 4em;
  position: relative;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 18px;
}

title-header-block {
  font-family: 'Poppins';
  transform-origin: top;
  display: block;
  align-content: center;
  vertical-align: middle;
  text-align: center;
  position: static;
  height: 125px;
  margin: 6em 2em 0 2em;
  width: 100%;
}

title-header-background {
  display: block;
  font-family: inherit;
  font-weight: 1000;
  font-size: 105px;
  color: #4f4f4f;
  vertical-align: center;
  height: 100px;
  z-index: -1;
  float: left;
  transform-origin: inherit;
  position: absolute;
  text-indent: 0.45em;
  line-height: 0.75em;
}

sub-title-header-background {
  display: block;
  font-family: inherit;
  font-weight: 1000;
  font-size: 85px;
  color: #4f4f4f;
  height: 90px;
  z-index: -1;
  float: left;
  transform-origin: inherit;
  position: absolute;
  line-height: 0.5em;
}

hr[title-header-accent-line] {
  background: linear-gradient(to right, #7F2CCB 0%, #80808000 100%);
  border-radius: 5px;
  border: none;
  width: 700px;
  margin-left: 8em;
  height: 10px;
  position: inherit;
  margin-top: 50px;
}

hr[title-header-accent-line]::after {
  background: linear-gradient(#7F2CCB, #808080);
}

title-header-text {
  display: block;
  font-style: italic;
  padding-top: 30px;
  height: 32px;
  text-indent: 5em;
  position: inherit;
  float: left;
  color: white;
  font-family: inherit;
  font-size: 28px;
}

div[segment] {
  margin-bottom: 2em;
}

text-header-title {
  color: #ADADAD;
  display: inline;
  text-align: left;
  vertical-align: center;
  font-family: 'Poppins';
  font-size: 30px;
  font-weight: 700;
  z-index: -1;
  margin-bottom: 4em;
  position: relative;
}

text-header-subtitle {
  color: white;
  display: inline;
  text-align: left;
  vertical-align: center;
  font-family: 'Poppins';
  font-size: 30px;
  font-weight: 700;
  z-index: -1;
  margin-bottom: 10px;
  position: relative;
}

div[text-paragraph] {
  margin: 4em;
  text-align: justify;
  text-justify: inter-word;
}

social-image-list {
  display: block;
  align-content: center;
  height: 50px;
}

img[social-image] {
  height: 50px;
  width: 50px;
}

social-image-item {

}

text-image-container {
  display: block;
  text-align: justify;
  text-justify: inter-word;
  font-family: 'Poppins';
  color: white;
  font-size: 18px;
  min-height: 450px;
  background-color: #4f4f4f;
  border: 3px solid #7F2CCB;
  border-radius: 5px;
  background-size: cover;
  resize: both;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: top left;
  position: relative;
}

div[text-image-container-title] {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 35px;
  margin: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  background: #00000099;
  padding: 10px;
  color: white;
  border-radius: 10px;
}

a[yunyun-project-link] {
  text-decoration: none;
  color: white;
  transition: color 0.25s ease;
}

a[yunyun-project-link]:hover {
  color: #7F2CCB;
}

text-side-panel {
  display: block;
  margin: 1em;
  width: 45%;
  height: 100%;
  font-size: 15px;
  text-indent: 2em;
  background: #00000099;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

image-side-panel {
  display: block;
  width: 45%;
}

/*
   =================================================================
                        Mobile Version of CSS
   =================================================================
 */

@media (pointer: none), (pointer: coarse) {
  text {
    font-size: 20px;
  }

  title-header-background {
    display: block;
    font-family: inherit;
    font-weight: 1000;
    font-size: 125px;
    color: #4f4f4f;
    vertical-align: center;
    height: 150px;
    z-index: -1;
    float: left;
    transform-origin: inherit;
    position: absolute;
    text-indent: 0.45em;
    line-height: 0.75em;
  }

  sub-title-header-background {
    display: block;
    font-family: inherit;
    font-weight: 1000;
    font-size: 85px;
    color: #4f4f4f;
    height: 90px;
    z-index: -1;
    float: left;
    transform-origin: inherit;
    position: absolute;
    line-height: 0.5em;
  }

  hr[title-header-accent-line] {
    background: linear-gradient(to right, #7F2CCB 0%, #80808000 100%);
    border-radius: 5px;
    border: none;
    width: 700px;
    margin-left: 8em;
    height: 10px;
    position: inherit;
    margin-top: 50px;
  }

  hr[title-header-accent-line]::after {
    background: linear-gradient(#7F2CCB, #808080);
  }

  title-header-text {
    display: block;
    font-style: italic;
    padding-top: 30px;
    height: 32px;
    text-indent: 5em;
    position: inherit;
    float: left;
    color: white;
    font-family: inherit;
    font-size: 28px;
  }
}
