:root {
    --bkg-colour: #0c0b06;
}

html {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

body {
    background: var(--bkg-colour) url('/assets/images/mugatu.png') no-repeat center bottom/contain ;
    min-height: 100dvh;
    min-width: 100dvw;  
}
