body {
  background-color: rgba(182, 237, 242, 0.614);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body header {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  overflow: hidden;
  color: #faf4f4;
  padding: 15px;
  background-color: #101110;
}

body header h1 {
  font-variant: small-caps;
  font-family: cursive;
  font-size: 22px;
}

body main {
  position: absolute;
  top: 180px;
}

body main .v-link {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}

body main .pass {
  font-weight: 700;
}

body main .code {
  font-style: italic;
}

body main .notes {
  color: black;
  background-color: white;
  padding: 5px;
  margin: 0 0 0 15px;
  border-radius: 5px;
  text-decoration: none;
}

body main .notes:hover {
  color: #f8f4f4;
  background-color: #3a729e;
  padding: 7px;
  margin: 0 0 0 19px;
  border-radius: 5px;
}

body footer {
  color: aliceblue;
  background-color: red;
}
/*# sourceMappingURL=style.css.map */