.header{
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: rgba(192, 226, 169, 0.829);
    position: fixed;
    top: 0;
    z-index: 5;
}
.headerm {
    display: block;
    color: #363434;
    font-size: 40px;
}

#to{
    top:0;
    margin: auto;
    width:100%;
    display: block;
    transition: top 0.5s;
}

#to a{
    color:#201e1e;
    display: block;
    float:left;
    text-decoration: none;
    padding-top: 0px;
    padding:14px 16px;
    text-align: center;
    font-size: 16px;
}

#to a:hover{
    color:#c24747;
}


.center{
    
    max-width: 50%;
    max-height: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 50px;
}


.badansatu{
    background-image: url(b111.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 70px;
}


.namabesar{
    
    background-color: blanchedalmond;
    background-position: 100px 50px 100px 50px;
    font-family: cursive;
    text-align: center;
}


.bagian{
    background-image: url(bputih.jpeg);
    padding: 0% 30% 0% 30% ;
    height: 50vh;
    align-items: center;
    
}

.quote{
    color: rgb(250, 250, 250);
    text-align: center;
    font-size: x-large;
}

.content 
{
    justify-content: space-between;
}
.services 
{
    background-color: rgb(165, 190, 165);
}
.tulisanpend 
{
    font-size: large;
    color: rgb(36, 30, 30);
}

.services .content
{
    display: flex;
    justify-content: center;
    flex-wrap : wrap;
    flex-direction: row;
}

.services .content .servicesBx 
{
    padding: 40px 20px;
    background: rgb(45, 48, 42);
    color: #fff;
    max-width: 300px;
    margin: 50px;
    text-align: center;
    
}

.services .content .servicesBx:hover 
{
    background: #687986;
    transition: 0.5s;
}


.servicess
{
    background-image: url(b44.jpeg);
    background-attachment: fixed;
}
.servicess .content
{
    display: flex;
    justify-content: center;
    flex-wrap : wrap;
    flex-direction: row;
}
.servicess .content .servicesBxx 
{
    padding: 40px 20px;
    background: rgb(102, 110, 94);
    color: #fff;
    max-width: 300px;
    margin: 50px;
    text-align: center;
    
}

.servicess .content .servicesBxx:hover 
{
    background: #3a914d;
    transition: 0.5s;
}
