body {
  background: #28A18B;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  margin: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

#particles-js {
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-size: 20px;
}

h1 {
  font-size: 25px;
}

.wrapper {
  max-width: 400px;
  width: 100%;
  z-index: 1;
  padding: 20px;
  margin-bottom: 25px;
}
.wrapper.wide {
  max-width: 650px;
}
.wrapper img {
  max-width: 400px;
  width: 100%;
  border-top-left-radius: 10px;
  display: block;
  border-top-right-radius: 10px;
}

.card {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px 20px;
}
.card.no-border-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card a {
  color: #28A18B;
  text-decoration: none;
  font-weight: 500;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.footer ul {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}
.footer ul li {
  color: rgba(242, 242, 242, 0.8);
  display: inline-block;
}
.footer ul li:after {
  content: " | ";
  color: rgba(242, 242, 242, 0.5);
}
.footer ul li:last-child:after {
  content: " ";
}
.footer ul li a {
  color: rgba(242, 242, 242, 0.8);
  text-decoration: none;
  padding: 5px;
}
