body {
    font-family: monospace;
    background-image: url("../img/mecca.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 20px 0 0 0;
}

.button_daftar {
    background-color: #023919;
    color: #ffffff;
    padding: 10px 40px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 10px 10px;
}
.button-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.salat{
    padding: 50px 0;
}

.button_login:hover, .button_daftar:hover {
    background-color: #0a9b44;
    color: #fff;
    cursor: pointer;
}

h1 {
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: whitesmoke;
    font-size: 50px;
    margin-bottom: 35px;
}

hr {
    height: 2px;
    background-color: gold;
    border-color: brown;
}


.content {
    width: 250px;
    height: 230px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    background-color: khaki;
    min-width: 250px;
    padding: 20px;
}
.content h2 {
    text-align: center;
    font-family: sans-serif;
    font-size: 23px;
    word-wrap: break-word;
}

.content p {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 19px;
    word-wrap: break-word;
}

.content .waktu {
    text-align: left;
    width: 45%;
}
.content .jam {
    text-align: right;
    width: 55%;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #023919;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}
h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: white;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    font-size: 15px;
    color: white;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
th {
    background-color: #0b7c38;
}

.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #023919;
    background-color: rgb(255, 255, 255);
}

.copyright p{
    margin: 0;
}

.cupyright {
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #023919;
    background-color: rgb(255, 255, 255);
}

.cupyright p{
    margin: 0;
}

@media only screen and (max-width:576px){
    th, td {
        font-size: 10px;
        color: white;
        border: 1px solid #ddd;
        padding: 5px;
        text-align: center;
    }
}