

body
{
    background-image: url("../media/kenyérbél.jpg");
    background-attachment: scroll;
}

div.border
{
    color: black !important;
    background-color: rgba(230, 112, 16, 0.603);
}

div.border2
{
    background-color: rgba(230, 112, 16, 0.8);
    
}

article
{
    font-size: 170%;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

p
{
    color: antiquewhite;
}

h3
{
    font-size: 120%;
}

h2
{
    font-size: 180%;
}

h1
{
    font-size: 450%;
}

.table-light th, .table-light td
{
    background-color: rgb(199, 187, 117)
}

.lista
{
    font-style: italic;
    color: rgb(255, 255, 255);
}

figcaption
{
    color: rgb(255, 238, 0);
}



/*img:hover
{
    box-shadow: 0 0 20% 10% rgba(0, 140, 186, 0.5);
}*/
