body {
  font-family: "Google Sans", "Noto Sans", "Noto Sans JP", "Noto Sans KR", "Noto Naskh Arabic", "Noto Sans Thai", "Noto Sans Hebrew", "Noto Sans Bengali", sans-serif;
  text-align: center;
  max-width: 1024px;
  margin-top: 35px;
  margin-bottom: 100px;
  margin-right: 100px;
  margin-left: 80px;
  position: relative;
}
h2 {
    text-align: left;
}
p {
    text-align: left;
}
a{
    font-weight: bold;
    text-decoration: none;
}
a:link {
  color: #1a73e8;
}

a:visited {
  color: #4CAF50;
}