/**********************************************---***********************
    File name: policy.css
    Site: villasbysilvia3

    Copyright 2024 Michael J. Miller, All rights reserved

    Purpose: policy page rules

    Revision History:
    Date        Version     Details
    --------    --------    --------------------------------------------
    4/13/24     3.0a        Created.

************************************************************************/

@layer page {
    .policy-frame {
        box-sizing: border-box;
        background-color: white;
        width: 98%;
        max-height: max-content;
        padding: 1rem;
        border-radius: 8px;
        margin: 8px auto;
        box-shadow: 0 0 8px 0px rgba(0, 0, 0, 1.0);
    }
    h2 {
        text-align: center;
    }
    #policy {
        margin-top: 3em;
    }
}