body {
    background-color: bisque;
}

#body {
    width: 100%;
    height: 100%;
    background-color: bisque;
    text-align: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: white;
    border-radius: 25px;
}

.back-home-fixed {
    position: fixed;
    top: 15px;
    left: 15px;
    background: bisque;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    z-index: 9999; 
    transition: 0.3s;
}

.back-home-fixed:hover {
    background: #0056b3;
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 215px;
    background-color: brown;
    margin-top: 10px;
    border-radius: 25px;
    text-align: center;
    padding-top: 30px;
}

.logo {
    width: 200px;
    height: 200px;
    border-radius: 25px;
    border: 3px solid white;
    margin-left: 45px;
    margin-bottom: 25px;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-left h1 {
    margin: 0;
    font-size: 45px;
    color: white;
    margin-left: 50px;
    margin-bottom: 25px;
}

.menu {
    width: 100%;
    height: 50px;
    background-color: brown;
    margin-top: 10px;
    border-radius: 15px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.menu-left {
    display: flex;
    justify-content: left;
    text-decoration: none;
    margin-left: 25px;
}

.menu-left a {
    text-decoration: none;
    color: white;
    margin: 0 5px;
}

.menu-right {
    padding: 3px;
    margin-right: 25px;
    border-radius: 8px;
    border: 2px solid white;
    font-size: 15px;
}

.slider {
    width: 100%;
    height: 400px;
    background-color: brown;
    margin-top: 10px;
    border-radius: 25px;
}

.container{
    display: flex;
    gap: 10px;
}

.konten {
    display: flex;
    width: 30%;
    height: 400px;
    background-color: brown;
    margin-top: 10px;
    border-radius: 25px;
}

.konten1 {
    display: flex;
    width: 40%;
    height: 400px;
    background-color: brown;
    margin-top: 10px;
    border-radius: 25px;
}

.konten2 {
    display: flex;
    width: 30%;
    height: 400px;
    background-color: brown;
    margin-top: 10px;
    border-radius: 25px;
}

footer {
    width: 100%;
    height: 300px;
    background-color: brown;
    margin-top: 10px;
    padding: 40px 0 20px;
    border-radius: 25px;
}

.footer-container {
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    text-align: left;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}
.footer-column {
    font-size: 1.3rem;
    margin-bottom: 10px;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 5px;
}

.footer-column p,
.footer-column li,
.footer-column a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-column li {
    margin: 5px 0;
}

.footer-column a:hover {
    color: white;
}

.social-icons {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.3rem;
}

.footer-bottom {
    text-align: left;
    margin-top: 30px;
    margin-left: 40px;
    padding-top: 10px;
    font-size: 0.9rem;
    color: white;
}

.back-home-fixed {
    position: fixed;
    top: 15px;
    left: 15px;
    background: brown;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    z-index: 9999; 
    transition: 0.3s;
}

.back-home-fixed:hover {
    background: #0056b3;
}