body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 100px;
    background-color: #d3d0d0;
}

header {
    background-color: blue;
    color: #000;
    text-align: center;
    padding: 10px;
}

h1 {
    font-size: 50px;
}

/* Gaya Responsif untuk Perangkat Seluler */
@media (max-width: 767px) {
    h1 {
        font-size: 30px; 
    }
}



.paslon-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.button {
    display: inline-block;
    width: 45%;
    max-width: 300px;
    height: 250px;
    background-size: cover;
    background-position: center;
    text-align: center;
    line-height: 2.5;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
    font-size: 20px;
    margin-bottom: 20px;
}

.button:hover {
    transform: scale(1.1);
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

h2 {
    text-align: center;
    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.p1 {
    text-align: center;
    font-size: 23px;
}

.admin-info .p2 {
    text-align: center;
    font-size: 23px;
}

.container {
    max-width: 100%;
    margin: auto;
    background-color: blue;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
}

.img {
    margin: auto;
    max-width: 100%;
    padding: 1px;
}

@media (max-width: 600px) {
    .button {
        width: 100%;
    }
}
