body {
  background: black;
  border-top: white 5px solid;
  color: white;
  font-family: "Roboto", sans-serif;
  height: 100vh;
  display: flex;
  margin: 0;
  flex-direction: column;
  justify-content: center;
}

#describe {
  color: whitesmoke;
  font-family: "comic sans ms";
}

.text-gradient {
  background-image: linear-gradient(225deg, #7cff28, #007eff) !important;
  filter: drop-shadow(0 20px 30px #28d8ff33);
  /* color: black; */
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
}

a {
  color: whitesmoke;
}

a:hover {
  color: orangered;
}

section {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

h1 {
  font-size: 3rem;
}

p {
  font-size: 2rem;
  max-width: 800px;
}

img {
  max-width: 300px;
  max-height: 300px;
}

footer {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

footer p {
  font-size: 1.3rem;
}
