body {
  font-weight: 400;
  font-style: normal;
  margin: 0 auto !important;
  overflow-x: hidden;
  cursor: url("/cursors/VK20_cursors-03.png"), auto;
  background-color: #d6d3d0;
  color: #535353; }

a:hover {
  text-decoration: none !important; }

h1,
h2,
h3 {
  font-weight: 400 !important; }

h2 {
  color: white;
  font-weight: 400; }

.nosto {
  font-weight: 400 !important;
  color: #535353; }

header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%; }

nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0; }
  nav ul li {
    padding: 0 1rem; }

.alertBox {
  margin: 0 auto;
  margin-top: 0.75rem;
  white-space: nowrap;
  position: absolute;
  width: 100%; }

.alertBox h2 {
  display: inline-block;
  text-align: center;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  font-size: 0.25rem;
  width: 100%;
  overflow: visible; }

.no-underline:hover {
  text-decoration: none !important; }

