/*
Theme Name: Al-Maqasid Coming Soon
Theme URI: http:/http://maqasidfoundation.org/al-maqasid
Author: KIBRAX
Author URI: https://kIBRAX.com
Description: A minimalist coming soon page for Al-Maqasid.
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    text-align: center;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}
