html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: 100;
  font-style: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}

html,
body {
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
}
.container {
  width: 100%;
  height: 100%;
  padding-top: 96px;
  padding-bottom: 78px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .header_title {
  position: fixed;
  left: 120px;
  top: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  line-height: 38px;
}
.container .title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: rgba(143, 169, 255, 1);
  line-height: 54px;
  text-align: center;
  margin-bottom: 24px;
}
.container .content {
  padding: 60px 55px;
  flex: 1;
  width: 66.6%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 60px;
  border: 1px solid rgba(143, 169, 255, 1);
  overflow: scroll;
  background-color: #081021;
  scrollbar-width: none; /* Firefox */
}

.container .content::-webkit-scrollbar {
  display: none;
}

.container .content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: rgba(202, 214, 255, 1);
  line-height: 24px;
  margin-bottom: 30px;
}

.container .content p,
.container .content li {
  list-style-type: disc;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(143, 169, 255, 1);
  line-height: 24px;
  padding-bottom: 20px;
}

.container .content strong {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 26px;
  display: flex;
  justify-content: space-between;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}

.footer .text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 19px;
}
.footer .ml {
  margin-left: 37px;
}
