html {
  font-family: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  width: 100%;
  font-family: "Indie Flower", cursive;
  background-color: #121212;
  color: #ffffffda;
}

img {
  display: block;
}

.container {
  height: 100%;
  width: 100%;
  display: grid;
  place-content: center;
  /*background-image: url("https://cdn.jsdelivr.net/gh/WorldlineChanger/Air-Image-Cloud@main/20210813/diana.5ix3tjuc54k0.jpg");*/
  /*background-image: url("https://cdn.staticaly.com/gh/WorldlineChanger/Air-Image-Cloud@main/20210813/diana.6vvbeb89wyo0.webp");*/
  /*background-image: url("https://jsd.cdn.gitkf.com/gh/WorldlineChanger/Air-Image-Cloud@main/20210813/diana.6vvbeb89wyo0.webp");*/
  /*background-image: url("https://jsd.cdn.zzko.cn/gh/WorldlineChanger/Air-Image-Cloud@main/20210813/diana.6vvbeb89wyo0.webp");*/
  background-image: url("https://fastly.jsdelivr.net/gh/WorldlineChanger/Air-Image-Cloud@main/20210813/diana.6vvbeb89wyo0.webp");
  background-size: cover;
}

.diana {
  font-size: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30rem;
}
.diana .letter {
  text-shadow: 0 0 0.4em #ffffffda, 0 0 0.5em #ffffffda, 0 0 0.25em #ffffffda;
  mix-blend-mode: screen;
}

.jiaran {
  font-size: 7rem;
  font-family: STXinwei;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30rem;
}
.jiaran .font {
  font-family: '思源宋体', 'Microsoft YaHei', 'STHeiti', sans-serif;
  text-shadow: 0 0 0.4em #ffffffda, 0 0 0.5em #ffffffda, 0 0 0.25em #ffffffda;
  mix-blend-mode: screen;
}