*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  padding: 40px;
  color: #CDD3DE;
  background-color: #1B2B34;
  margin: 0;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #C594C5;
}

@media (max-width: 600px) {
  h1 { font-size: 24px; }
}

p {
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 550px;
}

a, a:visited {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #6699CC;
  transition: color 300ms;
}

a:hover {
  color: #5FB3B3;
}
