body {
  margin: 0 !important;
  padding: 0 !important;
}
.container {
  height: 100%;
  width: 100%;
  background-color: rgb(22,22,22);
  position: relative;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-style: normal;
  top: 0;
}
.top-image {
  width: 100%;
  min-height: 85vh;
  background-image: url("../images/booleanhead_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 5px solid #005992;
}
.header {
  position: absolute;
  width: 100%;
  top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header h1 {
  color: #005992;
  text-shadow: 2px 2px white;
  font-size: 36px;
  white-space: nowrap;
  margin: 5px 0 0 0;
}
.header img {
}
.subheader {
  position: absolute;
  width: 100%;
  bottom: 25%;
  display: flex;
  justify-content: center;
}
.subheader h2 {
  font-size: 46px;
  color: white;
  width: 80vh;
  text-align: center;
  text-shadow: 1px 1px #005992;
}
.content {
  color: white;
  padding: 20px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.content a {
  margin-left: 5px;
  margin-right: 5px;
  color: #005992;
}
.footer {
  height: 100px;
  font-size: 12px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5px;
}
