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

* {
  color: #171717;
  background-color: #ededed;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

p, li {
  font-size: 1.5em;
  font-weight: 300;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2em;
  font-weight: 900;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}

a {
  color: black;
  text-decoration: none;
  border: 1px solid #628dd1;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}

li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

a:hover {
  color: #fff;
  background-color: #628dd1;
  border: 1px solid #000;
}

li {
  margin-top: 10px;
}

.content {
  max-width: 960px;
  margin: 0 auto;
}
