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;
  position: relative;
}
.page_title .section_title {
  text-align: center;
  width: fit-content;
  font-size: 44px;
  color: #202124;
}
.page_title .box {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  width: 93px;
  height: 10px;
  background: linear-gradient(to right, #317AF7 0%, rgba(49, 122, 247, 0) 100%);
  border-radius: 100px 0 0 100px;
  font-weight: bold;
}
#download_button {
  cursor: pointer;
  color: white;
}
