* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body {
    /*background-image: url(masjid.jpeg);*/
    background-color: #EEE0C9;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

button {
    background-color: #00ebc7 !important;
}

button:hover {
    background-color: #abd1c6 !important;
}

.kolom {
    width: 35%;
    min-width: fit-content;
}

.judul {
    color: #00214d;
    font-size: 30px;
    align-items: center;
}

.icon {
    font-size: 45px;
    margin-left: 40px;
    margin-right: 40px;
}

.icon:hover {
    color: white;
}

.row {
    margin-top: 10%;
}

span {
    font-size: 100%;
}


.kolom-waktu {
    background-color: #00214d;
    border-radius: 10px;
    width: 85%;
    font-weight: bold;
    aspect-ratio: 1/1;
    text-align: center;
    text-transform: capitalize;
    color: #00ebc7;
    border: 2px solid darkslategray;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}