body {
   
    background-color: #df9afa;
    background-image: url(../shop.jpeg);
    background-size:300px;
    background-repeat: inherit;
    background-attachment: fixed;
    background-position: top;
}
p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    font-style:italic;
    font-weight: bold;
    color: red;
    text-align: left;
    text-decoration:underline;
    text-transform:capitalize;
    text-indent: 50px;
    letter-spacing: 3px;
    word-spacing: 10px;
    line-height: 1.4;
}
#main-heading {
    color: rgb(142, 91, 189);
    font-size: 50px;
}
.brown {
    color: brown;
}
.text {
    font-size: 20px;
}
 
div p a {
   font-size: 22px;
}
 
div .brown a {
    font-size: 30px;
 
}
 
div p.brown a {
    color: rgb(226, 95, 43);
}
 
h1{
    color: rgb(19, 15, 9);
}
a:link{
    color: green;
}
 
 
 .tablica{
    border-collapse: collapse;
    margin: 20px;
    font-size: 15px;
    min-width: 400px;
    width: 95%;
    border-spacing: 5px;
 }
 
 
.tablica thead tr{
    background-color: rgb(121, 174, 224);
    color: azure;
    text-align: left;
}
 
.tablica tbody tr{
    background-color: rgb(174, 219, 176);
    color: black;
    border-bottom: solid 2px white;
}
 
.tablica td,
.tablica th {
    padding: 15px;
}
 
.tablica tbody tr:nth-child(even){
    background-color: darkgray;
}
 
.tablica tbody tr:last-of-type{
    border-bottom: solid 3px skyblue;
}
 
.tablica tbody tr:hover{
    background-color: rgb(31, 62, 165);
}
 
 
 
 
.tablica td,
.tablica th {
    padding: 15px;
}
 
.tablica tbody tr:nth-child(even){
    background-color: darkgray;
}
 
.tablica tbody tr:last-of-type{
    border-bottom: solid 3px skyblue;
}
 
.tablica tbody tr:hover{
    background-color: aquamarine;
}
 
.tablica td:hover,
.tablica th:hover{
    background-color: #81b9df;
}

.tablica th{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
