.body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

a {
color: red;
font-size: 20px;
}

a:hover {
color: blue;
}
