html {
  position: relative;
  min-height: 100%;
}

body {
  height: auto;
  width: 100%;
  background-color: #000000;
}

/* Desktop */

.desktop {
  height: 100vh;
  width: 100%;
  background-color: #000000;
  color: rgb(180, 180, 180);
  font-family: Poppins;
  font-weight: 500;
}

.desktop h2 {
  color: white;
}

.desktop footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #202020;
  color: white;
  padding-top: 4px;
  padding-bottom: 12px;
}

.links a {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}

.logo-container {
  padding: 26px;
}

.desktop-logo {
  max-width: 358px;
}

.container {
  background-color: #202020;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  height: auto;
  border-radius: 20px;
}

.line-divider {
  background-color: #5a5a5a;
  height: 2px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.copyright {
  font-weight: 50;
  font-size: 10px;
  letter-spacing: 0.02em;
  text-align: center;
}

/* Mobile */

.mobile {
  height: 100vh;
  width: 100%;
  background-color: #202020;
  color: rgb(180, 180, 180);
  font-family: Poppins;
  font-weight: 500;
}

.mobile footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #000;
  color: white;
  padding-top: 4px;
  padding-bottom: 12px;
}

.mobile-logo-container {
  padding: 26px;
  border-bottom: #e7e7e7 1px solid;
}
