@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  font-family: "Open Sans", sans-serif;
}

h1 {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

h2 {
  margin-top: 30px;
}

h3 {
  margin-left: 10px;
}

a {
  color: #4a6fa5;
  text-decoration: none;
}

a:hover {
  color: #4682b4;
  text-decoration: underline;
}
