@media only screen
{
    body
    {
        background-color: black;
    }

    .policy
    {
        color: beige;
        background-color: black;
        font-family: league -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;        
        margin: auto;
        width: 15%;
        text-align: center;
    }

    h1, h2, h3, h4, h5, h6, p
    {
        width: 350px;
    } 

    h1
    {
        font-size: 43px;
    }

    a:link
    {
        color: white;
        text-decoration: none;
    }

    a:visited
    {
        color: white;
        text-decoration: none;
    }

    a:active
    {
        color: white;
        text-decoration: none;
    }

    a:hover
    {
        color: rgb(155, 155, 226);
        text-decoration: none;
    }

    h2
    {
        font-size: 40px;
    }

    h3
    {
        font-size: 25px;
    }

    h4
    {
        font-size: 21px;
    }

    p
    {
        font-size: 20px;
    }

    ol
    {
        font-size: 20px;
        width: 300px;
    }
}