.masthead {
  height: 100vh;
}

#profile_picture {
  width: 20em;
  aspect-ratio: 0.75/1;
}

.shadow_text {
  text-shadow: 4px 4px 5px black;
}

.container {
  background-color: rgba(11, 28, 46, 0.9); /* Adjust the alpha value for transparency */
}

.navbar {
  background-color: #0b1c2e !important;
}

.main_content {
  max-width: 90% !important;
}

.everything {
  background-image: url("assets/background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white; /* Set text color to white */
}

#last_ul {
  margin-bottom: 0px;
}

.b-example-divider {
  height: 2rem;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  background-color: rgba(15, 40, 67, 0.9);
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}