body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    box-shadow: #8b8787;
}

header {
    background-color: #333;
    color: white;
    padding: 10px 0;
    text-align: center;
}
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.SMKN2{
    margin-right: 245px;
    padding: 20px;
    font-size: 25px;
    height: 25px;
}

.hero{
    background-image: url(image/g2.jpg);
    background-size: cover;
    background-position: 0 -420px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 25px;
    
}

.nav a:hover{
    font-size: large;
            padding: 8px;        
            background-color: rgb(229, 221, 229);
            border-radius: 5px;
            color: black;
}
.activity{
    display: flex;
    gap: 150px;
}
.activity img{
    width: 200px;
    height: 200px;
}
.nav img {
    width: 38px;
    height: 38px;
    padding: 11px;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

.hero {
    background-color: #009688;
    color: white;
    padding: 50px 0;
    text-align: center;
}

.activities-overview, .schedule, .members, .contact {
    padding: 20px;
    background-color: white;
    margin: 20px 0;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
}

form input, form textarea {
    padding: 10px;
    margin: 10px 0;
}

form button {
    padding: 10px;
    background-color: #009688;
    color: white;
    border: none;
    cursor: pointer;
}
.about{
    margin: 50px 100px;
    text-align: center;
}
.activities img{
    width: 200px;
    height: 200px;
}
.imgaktivitas{
    display: flex;
    gap: 8rem;
}