
body{
    margin: auto;
    background-image: url("../images/wheat_field.jpg"); 
}

:root{
    --orange: #ffdab9;
    --tan: #f5eed2a6;
    --pink: #ffb6c1;
    --Bluegray: #262530;
}
figure {
    border-radius: 25px;
    border: 2px solid var(--orange); 
    text-align: center;
}


figcaption {
font-family: Georgia;
}
img {
   
    background-color: var(--orange);
    padding:10px;
    border-radius: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
   
}
main {
    background-color: var(--tan);
    font-family: 'Times New Roman', Times, serif;
    padding:20px;
}
a:hover{
background-color: var(--pink);
}

h1{
    text-transform:uppercase;
    color: Var(--Bluegray)
}

p{
    text-indent: 2%;
}

cite{
    font-size: xx-small;
}

nav a:hover{
    text-decoration: underline;
    background-color: var(--orange);
}

caption{
    background-color: rgba(222, 184, 135, 0.34);
}

 th, td {
    border: 1px solid;
    border-color: rgb(97, 77, 52);
    border-collapse: collapse;
    }
table{
border: 5px solid;
border-color: rgb(97, 76, 51);
border-collapse: collapse;
display: block;
margin-left: auto;
margin-right: auto;
}

th{
    background-color: rgb(97, 76, 51);
}

tr:nth-child(odd) {
    background-color: rgb(144, 198, 198);
}
tr:nth-child(even) {
    background-color: burlywood;
}
li:nth-child(odd) {
    background-color: rgb(144, 198, 198);
}
li:nth-child(even) {
    background-color: burlywood;
}

form{
text-indent: -2%;
display: block;
margin-left: auto;
margin-right: auto;
}