p:first-of-type {
  margin-bottom: 0px;
  color: white;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  font-style: italic;
  text-align: left;
}

.menu-icon {
  padding: 5px 0;
  width: 20px;
  height: 19px;
  background-color: #ffffff;
  background-clip: content-box;
  border-top: 3.5px solid #ffffff;
  border-bottom: 3.5px solid #ffffff;
  font-family: "SimSun", "宋体", serif;
  font-size: 14px;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  right: 0;
  background-color: #8ebdffd6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(38, 172, 255, 0.678);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #6387c6d7;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.color-change {
  color: black;
}
.color-change:active {
  color: #e03c00;
}

#div2 {
  float: right;
}

p:nth-of-type(2) {
  margin-top: 0px;
  margin-bottom: 10px;
  color: white;
  font-size: 50px;
  font-family: "SimSun", "宋体", serif;
  text-align: left;
}

p:nth-of-type(3) {
  margin-top: 0px;
  color: white;
  font-size: 15px;
  font-family: "SimSun", "宋体", serif;
  text-align: left;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;

  padding: 15px 40px;
  font-family: "SimSun", "宋体", serif;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0px;

  background-color: transparent;
  color: white;
  border: 2px solid white;
  width: 220px;
  height: 40px;

  box-shadow: 0 0 8px white inset;

  transition: background 0.3s, box-shadow 0.3s, border 0.3s, color 0.3s;
}

button:hover {
  background: linear-gradient(to right, #449041, #375659);
  color: white;
  border: 2px solid white;
  box-shadow: none;
}

p:last-of-type {
  font-size: 12px;
  font-family: "SimSun", "宋体", serif;
  text-align: center;
  color: white;
  margin-top: 0px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

html {
  background-color: #231925;
  background-image: url("src/xjn1.png");
  background-size: 120% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

body {
  margin: 0 auto;
  padding: 60px 20px 0px 20px;
  position: relative;
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
