body {
  background: linear-gradient(to top, #170d32, #244467);
  color: white;
  font-family: sans-serif;
}

a {
  color: #57efdb;
}

a:hover {
  color: #bb17a6;
  text-decoration: none;

}

h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  max-width: 18ch;
}

p {
  font-size: 1.1rem;
  max-width: 80ch;
}

img {
  max-width:80vw;

}

h1.title {
  text-align: center;
  font-size: 3.5rem;
  color: #ccf6ff;
  text-shadow: 0 1px 0 #bb17a6, 0 2px 0 #bb17a6, 0 3px 0 #bb17a6;
}

div.content {
  margin-left: 10vw;
  max-width: 100%;
}
