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

body {
  font-family: 'Manrope', sans-serif;
}

a {
  color: #19a30f;
  text-decoration: none;
}

a:hover {
  color: #e0cf15;
  text-decoration: none;
}