@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap');

a {
  color: #333; 
  text-decoration:none;
}

a:visited:focus:hover { 
  color: purple;
  background: yellow; 
}

body{
  font-family: 'Poppins', sans-serif;
  background:#F1F1F1; 
  font-size:16px; 
  line-height: 1.6rem; 
  color: #black;
  margin-top: 100px;
}
