body {
    background-image: url('glassmorphismwallpaper4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: #000000;
    margin: 0;
    
}

.garis-nama {
    display: inline-block;
    min-width: 0.1rem;
    height: 7rem;
    background: #000000;
    opacity: 0.5;
    margin-right: 15px;
}

.nama-atas {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 1.5rem;
    text-shadow: 1px 3px 6px rgba(0,0,0,0.3);
    display: block;
}

h1 {
    margin-left: 1rem;
    margin-top: 1rem;
    font-family: 'League Spartan', sans-serif;
    color: white;
    font-size: 3.5rem;
    text-shadow: 2px 3px 10px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}

h2, h3, h4 {
    margin-left: 1rem;
    font-family: 'League Spartan', sans-serif;
    color: white;
    font-size: 2.5rem;
    text-shadow: 2px 3px 10px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
}

p {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.3rem;
    color: white;
    max-width: 60%;
    text-align: left;
    margin-left: 1rem;
}

hr {
    margin-top: -1.2rem; 
    margin-bottom: 3rem;
    margin-left: 1rem; 
    max-width: 70%;
}

.hr-table, .hr-bawah-audio {
  margin-top: 3rem;
}

.table-blur {
    width: 70%;
    margin-left: 1rem;
    margin-right: auto;
    border-collapse: collapse;
    border-radius: 7px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 7px;
    border: 1px solid rgb(255, 254, 254);
    box-shadow: 0 8px 32px rgba(255, 255, 255, 0.315);
}

    th, td {
      padding: 1rem;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.151);
      color: rgb(0, 0, 0);
      font-family: 'League Spartan';
    }

    th {
      background-color: rgba(255, 255, 255, 0.808);
      font-weight: bold;
    }

    td {
      background-color: rgba(255, 255, 255, 0.438);
    }

.text-video2 {
  margin-bottom: -0.5rem;
}

.text-audio {
  margin-bottom: 0.5rem;
}

ul {
    margin-left: 1rem;
}

li {
    color: rgb(255, 255, 255); 
    font-family: 'League Spartan', sans-serif; 
    font-size: 1.3rem;
}

.input-user-form {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    font-weight: 500;
    font-size: 0.6rem;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.89);
    box-shadow: 0 0 .4vw rgba(0,0,0,0.5), 0 0 0 .15vw transparent;
    border-radius: 5px;
    border: none;
    outline: none;
    height: 25px;
    width: 150px;
    max-width: 180px;
    transition: .4s;
    margin-left: 1rem;
    margin-top: 1rem;
}

.input:hover {
  box-shadow: 0 0 0 .15vw rgba(135, 207, 235, 0.186);
}

.input:focus {
  box-shadow: 0 0 0 .15vw skyblue;
}

.button-submit {
  height: 30px;
  width: 100px;
  margin-left: 0.5rem;
  background-color: black;
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  box-shadow: 10 10 10 rgba(255, 255, 255, 0.89);
  border-radius: 5px;
  font-weight: bold;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}

iframe {
  border-radius: 5px;
  margin-left: 1rem;
  max-width: 50%;
  margin-top: -0.1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.text-iframe {
  margin-bottom: 0.5rem;
}

footer {
  width: 100%;
  height: 5rem;
  margin: 0;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.footer-container {
  max-width: 1200px;
  padding: 1rem;
  display: inline-block; align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

.footer-form {
  display: inlin;
  align-items: center;
  margin-left: 1rem;
}

button {
  margin-top: 0.5rem;
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.25);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: 0.3s;
}

#geoInfo {
  font-weight: bold;
  font-family: 'League Spartan', sans-serif;
  margin-top: 10px;
  margin-left: 1rem;
}

button:hover {
  background: rgba(255, 255, 255, 0.4);
}

#ikuti-perkembangan-saya {
  margin-bottom: 0;
}

video {
  margin-left: 1rem;
  width: 500px;
  height: 315px;
}

.audioplayer {
  margin-left: 1rem;}

audio::-webkit-media-controls-enclosure {
    border-radius: 5px;
    background-color: #ffffffdc;
}