body {
  font-family: 'SUSE';
  background-image: url("background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body h1 {
  font-weight:bolder;
}

.listitem {
  list-style-type: square;
  padding: 6px;
}

.navbarcolor {
  color: darkblue;
}

.navbarcolor a {
  color: darkblue;
}

.animate__animated.animate__jackInTheBox {
--animate-duration: 1.7s;
}

:root {
--animate-delay: 0.5s;
}

.portrait {
    max-width: 250px;
}

section {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.loading body {
  visibility: hidden;
}
