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

html,
body {
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: yellowgreen;
}