@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,300..700;1,300..700&display=swap');

body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font: 18px/1.5 "Crimson Pro";
  text-align: center;
  margin: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}
