body {
  font-family: Arial, sans-serif;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999;
}
.pill-nav {
  text-align: center;
}

.pill-nav a {
  /* display: inline-block; */
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  border-radius: 5px;
}

/* Change the color of links on mouse-over */
.pill-nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.pill-nav a.active {
  background-color: dodgerblue;
  color: white;
}

#images {
  align-items: center;
}
#videos {
  justify-content: center;
}

.content {
  margin-top: 10%;
  display: block;
}

.button {
  background-color: #dddddd7c;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

.button:hover {
  background-color: #ddd;
}

#contact a {
  text-decoration: none;
  color: #6499e9;
}
#contact a:hover {
  text-decoration: none;
  color: #577bc1;
}
#contact a ::before {
  text-decoration: none;
  color: #344cb7;
}

#log {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
}
