/* =========== UNIVERSAL | RESET ============ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* =========== PUBLIC | WALLPAPER =========== */

body {
    background-color: whitesmoke;
}

.custom-text-shadow {
    text-shadow: 2px 2px 12px #000000;
}

/* ========== TEXT ALIGN | JUSTIFY ========== */

.text-justify {
    text-align: justify;
}