p {
  font-family: Georgia, serif; font-size: 14px;
  color: grey
}

a {
  color: blue;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

#container {
  display: flex;
  height: 100vh;
  width: 100%;
}

#tabs {
  display: inline-grid;
  grid-auto-flow: row;
  grid-gap: 0px;
  justify-items: right;
  margin: auto;
}

html,body {
  margin:0;
  padding:0;
}
