body {
    background: #f9f9fa !important;
    height: 100vh;
}
li {
    list-style-type: none
}
.visuallyhidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
main {
  height: 100vh
}
a {
  color: #2B6CB0
}