body {
  font-family: "Noto Sans", sans-serif;
  background-color: var(--white);
  margin: 0px;
  background-image: url(assets/share2act.background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

h1 {
  font-family: "Noto Sans", sans-serif;
  color: white;
  font-weight: normal;
}

h2 a {
  font: Noto Sans;
  color: white;
  font-weight: normal;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.welcome {
  text-align: center;
}

.wrapper {
  text-align: center;
  /* display: inline-block; */
  margin: 0;
  padding: 0;
  zoom: 1;
  *display: inline;
}

.wrapper ul {
  list-style-type: none;
  margin-top: -170px;
}

.cn-container {
  display: inline-block;
  margin-top: -18px;
  width: 350px;
}

.cn-wrapper {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
}

.cn-link {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}

.cn-link p {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0px 0px 0px 5px;
  color: white;
}
