@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&display=swap');


p {
  line-height: 1.5;
}
a:link {
  color: black;
}
a:hover {
  color: white;
  font-weight: bold;
  background: #ff9900;
}
a:visited {
  color: #009b78;
}
