/* 在这里可以添加样式，如字体、颜色、布局等 */

body {
  background-color: #393a3f;
  color: white;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #555555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 100;
}

.navbar h1 {
  margin: 0;
}

.navbar nav a {
  margin-right: 50px;
  text-decoration: none;
}

.psg {
  margin-left: 500px;
  margin-right: 500px;
  text-indent: 2em
}

#sakana-widget {
  position: fixed;
  right: 96px; /* 调整此值以改变小部件距离右侧的距离 */
  bottom: 15px; /* 调整此值以改变小部件距离底部的距离 */
  margin-top: -20px; /* 调整此值以向上移动小部件 */
}

h1 {
  font-family: 'Zhi Mang Xing', cursive;
}

h2,
h3 {
  text-align: center;
}

p,
li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}

a {
  color: white;
}


footer p{
  text-align: center;
  font-size: 12px;
}

