* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: white;
}

#container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100vh;
}

body,
html {
  margin: 0;
}

#tImg {
  max-width: auto;
  height: 8vh;

}

.rainbow {
  color: red;
  text-decoration: wavy;
}

#topBar {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  margin: 0;
  justify-content: last baseline;
  background-color: #3a3a3a;
}

#topBar>a {
  padding-right: 5px;
}

#content {
  text-align: center;
  padding: 4px;
  background-color: #000;
  flex-grow: 100;
  min-height: 0;
}

/*reset text dammit*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button {
  margin: 0;
}

.activePage {
  font-weight: bold;
}

footer {
  bottom: 0;
  position: absolute;
  margin-bottom: 10px;
  padding-right: auto;
  padding-left: auto;
  color: coral;
}

#contentdu404 {
  text-align: center;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

div#divlist {
  max-width: fit-content;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

ul {
  list-style-position: outside;
}

#title {
  color: rgb(30, 210, 204);
  background: #9e9e9e;
  background: linear-gradient(to right, #74007e, #9e0000 100%);
}