body {
    font-family: "Poppins", sans-serif;
    font-family: "Cabin", sans-serif;
    background-color: #f1f4f5;
}

.satu h1{
    font-family: "Poppins";
    font-weight: bold;
    color: #0e5242;
}
.satu h3{
    font-family: "Poppins";
    color: #0e5242;
}
.satu p{
    font-family: "Poppins";
    font-size: 1.4em;
    color: #0e5242;
}
/* button hubungi kami */
.button1 {
    width: 250px;
    padding: 5px;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 5px;
    background-color: #0e5242; 
    color: white; 
    border: 0;
}
  
.button1:hover {
    background-color: #0F3D3E;
    color: white;
    border: 0;
}
/* end button hubungi kami */