p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tt,
td,
th,
body,
html {
  padding: 0;
  margin: 0;
}
ul,
li,
tt,
th {
  list-style: none;
}
.container {
  width: 60vw;
  margin: 0 auto;
  min-width: 1080px;
}
html {
  user-select: none;
}
a {
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s linear;
}
.page_title {
  width: fit-content;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page_title .box {
  width: 20px;
  height: 20px;
  background-color: #5e8eff86;
  border-radius: 50%;
  position: relative;
}
.page_title .box::before {
  position: absolute;
  right: 70%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #5e8eff;
  border-radius: 50%;
}
.page_title .text {
  font-size: 38px;
}
#download_button {
  cursor: pointer;
  color: white;
}
