/*
    File: /style/templates/WIP.css
    Author(s): David Sulik
    Description: This is strictly made for the WIP template at "/templates/WIP.php".
*/

#WIP {
    backdrop-filter: blur(100px);

    position: fixed;
    bottom: 1rem;
    left: 1rem;

    * {
        margin: 0;
        margin-top: .25rem;
    }
}