body {
    font-family: tahoma;
    background-image: url('https://satpellembar.info/aset/background3.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

.logo-dephub {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.navbar-nama {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 35PX;
    font-weight: bold;
}

.animation {
    height: 45px;
    overflow: hidden;
    margin-left: 1rem;
}

.animation>div>div {
    padding: 0.25rem 0.75rem;
    height: 2.81rem;
    margin-bottom: 100px;
    display: inline-block;
}

.animation div:first-child {
    animation: text-animation 17s infinite;
}


@keyframes text-animation {
    0% {
        margin-top: 0;
    }

    10% {
        margin-top: 0;
    }

    20% {
        margin-top: -52;
    }

    30% {
        margin-top: -52;
    }

    40% {
        margin-top: -77;
    }

    60% {
        margin-top: -77;
    }

    70% {
        margin-top: -52;
    }

    80% {
        margin-top: -52;
    }

    90% {
        margin-top: 0;
    }

    100% {
        margin-top: 0;
    }
}


.menu-bar {
    display: flex;
    justify-content: center;
}

a {
    text-decoration: none;
    color: black;
}

button {
    padding: 5px;
    background: none;
    width: 130;
    border: none;
    font-size: 28px;
}

button:hover {
    color: white;
    background-color: rgb(84, 87, 87);
}

.footer-medsos {
    margin: 10px;
    display: flex;
    justify-content: center;
}

.container-home {
    display: grid;
    justify-content: center;
}

.Keberangkatan {
    position: relative;
    top: 26px;
    background-color: #F87217;
    color: white;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.Bongkaran {
    position: relative;
    top: 26px;
    background-color: #E30B5D;
    color: white;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
}

.tabel-keberangkatan {
    display: flex;
    justify-content: center;
}

.tabel-keberangkatan>iframe {
    width: 932px;
    height: 875px;
    background-color: rgb(65, 64, 64);
}

.ekor {
    position: relative;
    top: -38px;
    background-color: #575757;
    color: white;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
}


/* Style the buttons */
.accordion {
    background-color: #eee;
    color: #f00303;
    cursor: pointer;
    padding: 18px;
    width: 890px;
    text-align: left;
    border: whitesmoke solid;
    outline: none;
    transition: 0.4s;
    text-align: center;
    font-weight: 700;
  }
  
  /* Highlight when clicked or hovered */
  .active, .accordion:hover {
    background-color: #ca3f3f;
    color: #eee;
  }
  
  /* Style the panel (hidden by default) */
  .panel {
    padding: 0 18px;
    background-color: whitesmoke;
    display: none;
    overflow: hidden;
  }
  
  
  .jadwal {
    position: relative;
    top: 26px;
    background-color: rgb(84, 87, 87);
    border-radius: 10px 10px 0px 0px;
    height: 50px;
    align-content: center;
}

  .tabel-jadwal {
    display: flex;
    justify-content: center;
    background-color: whitesmoke;
    height: 770;
  }

  .tabel-jadwal>iframe {
    width: 770;
  }

  .ekor-2 {
    position: relative;
    top: -33px;
    background-color: rgb(84, 87, 87);
    color: white;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    height: 45;
    align-items: center;
  }


  .bottom-pengaduan {
    background-color: rgb(136, 133, 133);
    width: 400px; 
    margin-left: 20px;
    padding: 10px;
    border-radius: 10px;
    color: white; 
  }
  
  .bottom-aplikasi {
    background-color: rgb(10, 66, 187);
    width: auto; 
    margin-left: 20;
    padding: 10px;
    border-radius: 10px;
    color: white; 
  }

  footer {
    padding-top: 40px;
    text-align: center;
  }