header {
    background-color: darkseagreen;
    letter-spacing: 0.1cm;
    padding: 2%;
    font-variant: small-caps;
    font-size: x-large;
    background-image: url("represa.jpg");
    background-repeat: no-repeat;
    background-size: 150px 210px;
}
header h1 {
    margin-left: 150px;
}

/* Footer Styles */
footer {
    background-color: darkseagreen;
    border-top: 5px double powderblue;
    padding: 1%;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
#pilt{
    position: relative;
}
/* Section Styles */
section#osa1 {
    font-variant: small-caps;
    background-color: darkseagreen;
    display: inline-block;
    border-left: 15px double powderblue;
    border-right: 15px double powderblue;
    width: 40%;
    border-radius: 45px;
    padding: 2%;
    position: relative;
    left: 0;

}

section#osa2 {
    font-variant: small-caps;
    background-color: darkseagreen;
    display: inline-block;
    border-left: 10px dashed powderblue;
    border-right: 10px dashed powderblue;
    width: 20%;
    border-radius: 65px;
    padding: 2%;
    text-align: center;
    position: relative;
    left: 0;
}
#juhendiosa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}


#flip {
    display: inline-block;
    width: 320px;
    max-width: 95%;
    padding: 10px 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 12px;
    border: 1px solid #00fff2;
    background-color: #8FBC8F;
    box-sizing: border-box;
}


#jQuery {
    font-variant: small-caps;
    display: none;
    width: 320px;
    max-width: 95%;
    padding: 18px;
    box-sizing: border-box;
    text-align: left;
    background-color: darkseagreen;
    border-left: 10px dashed #00fff2;
    border-right: 10px dashed #00fff2;
    border-top: 10px dashed #00fff2;
    border-radius: 18px;

    position: static;
    margin: 0;
}




/* Navigation Styles */
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #417141;
    overflow: hidden;
}

nav ul li {
    float: left;
    border-left: 3px solid powderblue;
    border-bottom: 3px solid powderblue;
    border-radius: 60px;
}

nav ul li a {
    display: block;
    color: powderblue;
    text-align: center;
    padding: 14px 16px;
    font-variant: small-caps;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: darkolivegreen;
    border-radius: 60px;
}


img {
    width: 70px;
}
section#osa3 {
    font-variant: small-caps;
    background-color: darkseagreen;
    display: inline-block;
    border-left: 10px dashed powderblue;
    border-right: 10px dashed powderblue;
    width: 20%;
    border-radius: 65px;
    padding: 2%;
    text-align: center;
    background-image: url("re.gif");
    background-repeat: no-repeat;
    background-size: 50px 10px;
}

section#osa4 {
    font-variant: small-caps;
    background-color: darkseagreen;
    display: inline-block;
    border-left: 10px dashed powderblue;
    border-right: 10px dashed powderblue;
    width: 20%;
    border-radius: 65px;
    padding: 2%;
    text-align: center;
}
section#osa5 {
    font-variant: small-caps;
    background-color: darkseagreen;
    display: inline-block;
    border-left: 5px dashed powderblue;
    border-right: 5px dashed powderblue;
    width: 25%;
    border-radius: 45px;
    padding: 2%;
    text-align: center;
}