body {
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Sans", sans-serif;
  background: #000000;
}

.container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#827f7e, #3d3d3d, #000000);
  height: 100vh;
  width: 100vw;
}

.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(#a7a7a7, #2d2d2d, #000000);
  filter: grayscale(100%) contrast(150%) brightness(90%);
  mix-blend-mode: overlay;
  opacity: 0.8;
}

.main {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.coplanum {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 700px;
  flex-grow: 0.8;
  opacity: 0.6;
}

p {
  font-weight: 300;
  color: #ffffff;
  opacity: 0.3;
  margin: 0.3rem 0 0 0;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 600px) {
  p {
    font-size: 0.8rem;
  }
  .coplanum {
    width: 100%;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  p {
    font-size: 1rem;
  }
  .coplanum {
    width: 70%;
  }
}

@media (min-width: 1025px) {
  p {
    font-size: 1.2rem;
  }
  .coplanum {
    width: 50%;
  }
}
