* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scrollbar-color: rgba(100, 100, 100, 0.5) transparent;
  /* scrollbar-width: thin; */
  scrollbar-width: none;
}

/* Webkit浏览器滚动条样式 (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 3px;
  height: 4px;
  width: 0 !important;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(80, 80, 80, 0.7);
}

body {
  position: relative;
  height: 100vh;
  color: #33274f;
  font-family: "Times New Roman", serif;
  font-weight: 500;
  background-color: #eae4de;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateZ(0);
}

/* 链接样式 */
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: inherit;
  text-decoration: none;
}

h1{
  font-size: 18.72px;
  align-items: center;
}

h1::before{
  content: "┃";
  color: #33274f;
  font-weight: bold;
  font-size:x-large;
  border-radius: 50%;
}
