
body {
    font: 80.5% / 1.3846 arial, helvetica, clean, sans-serif;
    margin: 0;
    background-color: lightgray;
    color: #333;
    background: url('images/background.jpg') no-repeat center center;
    /* background-size: cover; */
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

.header {
    background-color: #004080;
    color: white;
    padding: 20px 0;
}

.header h1 {
    margin: 0;
    text-align: center;
}

.nav-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.nav-menu li {
    margin: 0 15px;
}

.nav-menu a {
    color: white;
    text-decoration: none;
}

main section {
    margin: 40px 0;
}

.footer {
    background-color: #004080;
    text-align: center;
    padding: 15px 0;
}

ul button{
    min-width: 100px;
}

.container{
    background-color: white;
}

.carousel-inner img {
    object-fit: cover;
    height: 400px;
  }

.carousel-control-prev-icon,
.carousel-control-next-icon {
filter: invert(1);
}

.hero-section {
    /* background: linear-gradient(to right, #004080, #0073e6); */
    /* background: url('images/rumah-sakit.jpg'); */
    /* background: url('images/background.jpg') no-repeat center center; */
    background-color: #004080;
  }

  .logo{
    max-width: 80px;
  }

  .carousel-template-bg{
    background-color: #004080;
  }
