body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    background-image: url("../pictures/images\ \(38\).jpg");
    
    background-size: cover;
    background-repeat: none;
    background-position: center;
    background-attachment: fixed;
}
.header {
    background-color: #097235;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    position: sticky;
    width: 100%;
}
#headerSticky{
    position: sticky;
    top: 0%;
}

.header h1 {
    margin: 0;
}
#logo {
 width: 7%;
 margin: auto;
  
}
#top{
    width: 70%;
    text-align: center;
}
#kwsu{
    font-weight: 1000;
}
.hero {
    background-color: #8BC34A;
    padding: 5em;
    text-align: center;
    color: #fff;
}
#top a{
    color: white;
    text-decoration: none;
    background-color: rgb(5, 134, 74);
    padding: 4px 10px 4px 10px;
    font-weight: 300;
    font-size: larger;
    border-radius: 20px;
    box-shadow: 0px 3px 3px rgba(12, 12, 12, 0.993);
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero button {
    background-color: #34C759;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

.features {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;

}

.feature {
    background-color: #ffffffc9;
    padding: 2em;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 9px 0px 5px rgba(3, 170, 25, 0.993);
    font-size: larger;
    text-align: justify;
    width: 65%;
    
     
}


.feature h2 {
    font-size: 24px;
    margin-bottom: 10px;
}


#profiles{
    position: fixed;
    margin: 0% 0% 0% 69%;
    /*border-style: solid;*/
    border-color: #097235;
    min-width: 29%;max-width: 30%;
    height: 79%;
    padding: 1%;
    Overflow-y: scroll;
    background-color: #ddd;
    text-align: center;
}
#ima{
    overflow: hidden;
    border: 2px solid green;
    width: 50%;
    border-radius: 50%;
    padding-left: 30;
}
#profile{
    box-shadow: 0px 3px 3px rgba(12, 12, 12, 0.993);
    
}
@media screen and (max-width:768px) {
    
    #logo{
        width: 15%;
        height: 15vh;
    }
    #top h1{
        font-size: 1.2rem;
    }
    #top h2{
        font-size: 1rem;
    }
     
}
@media screen and (max-width:425px) {
    #logo{
        width: 30%;
        height: 14vh;
    }
    #top h1{
        font-size: 0.7rem;
    }
    #top h2{
        font-size: 0.6rem;
    }
    #top span{
        font-size: 0.7rem;
        
    }
}
@media screen and (max-width:375px) {
    #logo{
        width: 30%;
        height: 13vh;
    }
    #top h1{
        font-size: 0.7rem;
    }
    #top h2{
        font-size: 0.6rem;
    }
    #top span{
        font-size: 0.7rem;
        
    }
}
@media screen and (max-width:320px) {
    #logo{
        width: 30%;
        height: 10vh;
    }
    #top h1{
        font-size: 0.7rem;
    }
    #top h2{
        font-size: 0.6rem;
    }
    #top span{
        font-size: 0.7rem;
        
    }
}