@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-color: #000000;
  margin: 20px;
  color: white;
  font-size: 20px;

  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: auto;
  font-style: normal;
}

a {
  color: black;
}
a:hover {
  text-decoration: wavy underline;
  cursor: pointer;
}

.top {
  color: #000000;
  padding-left: 20px;
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  background-color: #FFFFFF;
}

.main {
  color: #000000;
  padding: 10px;
  /* position: fixed; */
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 90px;
  width: 95%;
  background-color: #fafafa;
}
