* {
  box-sizing: border-box;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
  color: red;
}

body {
  font-family: 'MedievalSharp', sans-serif;
  background-image: url('../image/Background-img.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* background-color: #535c91; */

  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding: 0;
}

h2 {
  color: #535c91;
}

h3 {
  color: #a5acd4;
}

hr {
  opacity: 50%;
}

th {
  text-align: left;
}

header {
  display: inline;
}

.profile header {
  text-align: center;
}

.featured-image {
  width: 100%;
  max-height: 500px;

  object-fit: cover;
  object-position: center;
}

.profile img {
  max-width: 200px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);

  padding: 20px;
}

.jumbotron {
  background-color: #1b1a55;
  color: white;

  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 60px;
}

nav {
  background-color: #070f2b;
  padding-top: 5px;

  position: sticky;
  top: 0;
  z-index: 1;
}

nav a {
  font-size: 18px;

  font-weight: 400;
  text-decoration: none;

  color: white;
  transition: all 0.5s ease-in;
}

nav a:hover {
  font-weight: bold;
}

nav ul {
  padding-inline: 4rem;
  display: flex;

  gap: 2rem;
}

nav li {
  list-style-type: none;
}

.progres-bar {
  height: 5px;
  background-color: white;
}

.progres {
  height: 5px;
  width: 1%;
  background: #1b1a55;
}

main {
  padding: 30px 300px;

  display: flex;
  gap: 1.5rem;
}

#content {
  flex: 5;

  display: flex;
  flex-flow: column nowrap;
  gap: 1rem 2rem;
  transition: all 0.5s ease-in-out;
}

#anggota,
#galeri {
  margin-top: 20px;
}

aside {
  flex: 1;
}

.back {
  position: fixed;
  bottom: 50px;
  right: 50px;

  padding: 1px;
}

/* .back > a > img {
  height: 25px;
  width: 25px;
} */

footer {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  padding: 10px;
  color: white;
  background-color: #070f2b;

  text-align: center;
  font-weight: bold;
}

/* Perangkat dengan lebar layar 1200px dan di bawahnya */
@media screen and (max-width: 1500px) {
  main {
    padding: 20px 20px;
  }
}

/* Perangkat dengan lebar layar 1200px dan di bawahnya */
@media screen and (max-width: 1200px) {
  main {
    flex-flow: column nowrap;
  }

  main aside {
    align-self: center;
  }
}

/* Perangkat dengan lebar layar 768px dan di bawahnya */
@media screen and (max-width: 768px) {
  nav ul {
    justify-content: center;
  }

  main aside {
    align-self: stretch;
  }
}
