:root {
    /* P Margins */
    --full-margin: 1rem;

    --around-margin: 0.5rem;
    --minor-margin: 0.25rem;

    --bottom-margin: 0 0 1rem 0;
    --top-margin: 1rem 0 0 0;
    --right-margin: 0 1rem 0 0;
    --left-margin: 0 0 0 1rem;

    --medium-bottom: 0 0 3rem 0;
    --medium-top: 3rem 0 0 0;

    --strong-bottom: 0 0 5rem 0;
    --strong-top: 5rem 0 0 0; 
    
}