
::selection
    {
    background-color: rgb(68, 37, 9);
    color: rgb(228, 191, 161);
    }

body
    {
    color: rgb(68, 37, 9);
    background: linear-gradient(to bottom, rgb(228, 191, 161) 0%, rgb(68, 37, 9) 100%) fixed;
    }

header>h2>nav
    {
    margin-bottom: 10px;
    }

header>h2>nav>a
    {
    border-radius: 6px;
    }

header>h2>p
    {
    border-top: solid 2px rgb(68, 37, 9);
    }

main
    {
    border-radius: 6px;
    background-color: rgb(228, 191, 161);
    }

footer
    {
    color: rgb(228, 191, 161);
    }

main p>img
    {
    border: solid 1px rgb(68, 37, 9);
    }

@media only screen and (max-width: 1024px)
    {
    main
        {border-radius: 0;}

    header>h2>nav>a:first-child
        {border-bottom-right-radius: 6px;}

    header>h2>nav>a:last-child
        {border-bottom-left-radius: 6px;}
    }
