body{
    background-color:rgb(214, 214, 198);
}
.rzymskie{
    list-style-type:upper-roman;
}

td{
    border: 1px solid #000;
}

table{
    border-collapse: collapse;
}
form{
    width: 19.2%;
    margin: auto
}
th{
    background-color: rgb(114, 150, 6);
}
header{
    text-align: center;
}
aside{
    margin: auto;
    width: 12%;
}
table{
    margin: auto;
}
tr{
    background-color: rgb(203, 206, 163);
}

textarea{
    width: 100px;
    height: 80px;
    display:block;
}

input{
    display:block ;
}

.imie{
    display: inline-block;
}
.pseudo li{
    width: 2%;
    margin: auto;
}
.pseudo li:nth-child(2n){
    
    color: red;
    
}
.pojemnik{
    margin: auto;
    width: 55%;
}
.pad{
    
    width: 80%;
    margin-top:30px;
    margin-bottom:30px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #808080;
    border: 1px solid black;
}
.tekst{
    width: 100%;
    text-align: center;
}
.tabela{
    font-family: 'Quicksand', sans-serif;
}
.drugi{
    width: 100%;
}
th{
    border: 1px solid black;
}