body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
}
.content {
    max-width: 900px;
    margin: 20px auto;
    background-color: white;
    padding: 10%;
    margin-top: 10%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

p {
    font-size: 1.1em;
    text-align: justify;
}

h1 {
    text-align: center;
    color: #333;
}

h2 {
    color: #333;
    margin-top: 20px;
}

.referensi {
    font-style: italic;
    color: #555;
    margin-top: 30px;
}

img {
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
    border-radius: 8px;
}

.footer{
text-align: end;
padding-right: 3.8vw;
}

.buttons {
bottom: 1vh;
right: 2vh;
height: 10vh;
width: 12vh;
font-size: 1em;
/* margin-right: 3vw; */
background-color: #000000;
color: white;
border: none;
border-radius: 0.5em;
cursor: pointer;
transition: background-color 0.3s ease;

}
.buttons a{
text-decoration: none;
color:wheat;
}
