/* Place your CSS styles in this file */
body{
    background-image: url("2e97a6fd-84b0-443f-a7f3-61004a056877.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    color: white;
    font-size: xx-large;
}


p {
    color: rgb(235, 254, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: center;
    font-size: x-large;
    text-align: center;
}

.p2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: normal;
    text-align: center;
    color: white;
    font-size: larger;
}

ul {
    list-style-type: none;
    background-color: lightyellow;
    border: 0.05cm solid lightblue;
    font-size: medium;
}

li {
    display: inline;
}

a hre
img.src="abdf2361-3fb0-42e1-9a1d-bfe1714cbfda.jpeg" { text-align: justify;
                                                     width: 200px; 
                                                     height: auto; 
                                                     background-color: lightblue;}


header{
position: fixed;
top:0; left:0; right:0;
background:#fff;
padding:2rem 9%;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 1000;
box-shadow: 0.5rem rem ☐ rgba(0,0,0,.1);
}

header .logo{
    font-size: 3rem;
    color:#333;
    font-weight: bolder;
}

header .logo span{
color:var(--pink);
}

header .navbar-a{
font-size: 2rem;
    padding:0 1.5rem;
color: #666;
}

    header.navbar a:hover{
        color:var(--pink);
    }
            
    
  header .icons a{
      font-size: 3rem;
      color:#333;
      margin-left: 1.5rem;
  }

header .icons a:hover{
      font-size: 3rem;
      color:var(--pink);
      margin-left: 1.5rem;
  }

    header #togler{
        display: none;
    }

    header.fa_bars{
        fontsize: 3rem
        color:#333;
        border-radius: .5rem;
        padding:,5rem 1,5rem;
        cursor: pointer;
        border:.1rem solid rgba(0,0,0,.1)
        display: none;
    }

{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-color: #f8f9fa;
    text-align: center;
    color: #333;
}
header{
    background-color: #2e7d32;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.navbar{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.navbar a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
}

.navbar a:hover{
    color: #ffeb3b;
}
h1{
    margin: 30px 0 20px;
    color: #2e7d32;
    font-size: 40px;
}

img{
    margin-top: 20px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

p{
    margin-top: 20px;
    font-size: 18px;
}

.p2{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

iframe{
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.icons{
    margin-top: 10px;
}

.icons a{
    color: white;
    font-size: 22px;
    margin: 0 10px;
    text-decoration: none;
    transition: 0.3s;
}

.icons a:hover{
    color: #ffeb3b;
}

@media (max-width: 768px){

    h1{
        font-size: 30px;
    }

    .navbar{
        flex-direction: column;
        gap: 10px;
    }

    img{
        width: 180px;
        height: 180px;
    }

    iframe{
        width: 100% !important;
        height: 100% !important;
    }
}    

header{
    background-color: #2e7d32;
    padding: 15px;
}

.navbar{
    display: flex;
    justify-content: center;
    gap: 30px;
}

.navbar a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.navbar a:hover{
    color: lightgreen;
}

body{
    background-color: #e8f5e9;
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: center;
}

h1{
    color: #2e7d32;
    margin-top: 30px;
}

.box{
    background-color: white;
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.box p{
    color: #333;
    font-size: 18px;
    line-height: 1.8;
}

.highlight{
    color: #2e7d32;
    font-weight: bold;
}

body{
    background-color: #e8f5e9;
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: center;
}

h1{
    color: #2e7d32;
    margin-top: 30px;
}

.box{
    background-color: white;
    width: 80%;
    max-width: 800px;
    margin: 20px auto;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.box p{
    color: #333;
    font-size: 18px;
    line-height: 1.8;
}

.highlight{
    color: #2e7d32;
    font-weight: bold;
}

body {
    background-image: url("2e97a6fd-84b0-443f-a7f3-61004a056877.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin: 0;
}

Home.html. 
/* Background halaman */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(135deg, #f3e8ff, #ffffff);
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Judul utama */
h1 {
    color: #6a0dad;
    margin-top: 50px;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

/* Kotak isi */
.box {
    max-width: 800px;
    margin: 30px auto;
    padding: 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    text-align: justify;
    line-height: 1.8;
    transition: transform 0.3s ease;
}

/* Efek saat kursor diarahkan */
.box:hover {
    transform: translateY(-5px);
}

/* Paragraf */
.box p {
    color: #444;
    font-size: 18px;
    margin-bottom: 20px;
}

/* Teks yang disorot */
.highlight {
    color: #6a0dad;
    font-weight: bold;
    background: #f0e1ff;
    padding: 2px 6px;
    border-radius: 5px;
}

/* Responsive untuk HP */
@media (max-width: 768px) {
    h1 {
        font-size: 30px;
        padding: 0 15px;
    }

    .box {
        margin: 20px;
        padding: 20px;
    }

    .box p {
        font-size: 16px;
    }
}
