html {
  background-image: url("media/hatter.jpg");
  background-attachment: fixed;
  background-size: cover;
}

body {
  font-family: VT323, sans-serif;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #d9ebdd;
  color: #333;
  line-height: 1.6;
  border-radius: 10px;
  border: 2px solid black;
  max-width: 1000px;
  box-shadow: 5px 5px 10px black;
  opacity: 95%;
  font-size: 143%;
}

img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;


}

.imgbal {
  float: left;
}

.imgjobb {
  float: right;
}

h1 {
  font-size: 250%;
  margin-bottom: 50px;
  text-align: center;
}

h2 {
  font-size: 250%;
  margin-bottom: 50px;
  text-align: center;
}
h3 {
  font-size: 187%;
  margin-bottom: 40px;
  text-align: center;
}

 .left-align {
    text-align: left;
  }
  .right-align {
    text-align: right;
  }




.clearfix {
  clear: both;
}

p {
  margin-bottom: 50px;
  text-align: center;
}


.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
  margin-bottom: 50px;

}

th,
td {
  padding: 8px;
  text-align: center;

}

caption {
  caption-side: top;
  text-align: center;
  font-weight: bold;
}

.image-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.image-row img {
  width: 100px;
  height: auto;
}


nav {
    background-color: #333;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }

  nav a {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
  }

  nav a:hover {
    background-color: #555;
    border-radius: 4px;
  }
nav a.active {
  background-color: #777;
  border-radius: 4px;
}

.linkk1:visited {
  color: purple;
}
.linkk2:visited {
  color: purple;
}
.linkk3:visited {
  color: purple;
}
.linkk4:visited {
  color: purple;
}
.margleft {
  margin-left: 30px;
}
.margright {
  margin-right: 30px;
}
.veralign {
  vertical-align: top;
}