body{
    font-family: Arial, sans-serif;
    margin-right: 12%;
    margin-left: 12%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
}
html{
    min-height: 100%;
    position: relative; 
}
#Plantas{
    width: 650px;
    height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}
h1, h2{
    color:rgb(51, 85, 51);
    font-size: 34px "Arial", sans-serif;
    text-align: center;
}
#titulo-geral{
    color: black;
    font-family: 'Indie Flower', cursive;
    text-align: center;
    font-size: 50px;
    border: 10px dotted rgb(76, 219, 83);
}
a:link{
    color: blue;
}
a:visited{
    color: rgb(12, 127, 235);
    text-decoration: none;
}
a:hover{
    color:brown;
    text-decoration: none;
}
li a:hover{
    background-color: white;
}
p{
    text-align: justify;
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5;
}
.primeira-letra:first-of-type::first-letter{
    float: left;
    font-size: 3em;
    line-height: 0.6em;
    padding-right: 0.0em;
}
nav li{
    display:inline-block;
    padding-left: 20px;
    font-size: 24px;
}
nav ul{
    background-color: rgb(206, 240, 156);   
}
nav{
    position: sticky;
    top: 0%;
}	
caption{
    background-color: white;
    font-size: 120%;
}
td, th{
    border: 1px solid black;       
    padding: 5px 15px;
    font-size: 20px;
}
thead{
    background:rgb(205, 235, 161);
}
tbody{
    background-color:white;
    text-align: center;
}
table{
    font-family: 'Montagu Slab', serif;
    border-collapse: collapse;
    border-color: black;
}
td img{
    width: 180px;
    height: 125px;
    padding: 0px;
}
#tabelafoto{
    width: 60%;
    padding-left: 10px;
    float: right;
    margin-right: 15px;
}
.img{
    float: right;
    height: 400px;
    margin: 20px;
}
.ciclo{
    text-align: center;
}
.gif{
    float: left;
    width: 280px;
    height: 150px;
    margin-right: 30px;
}
.créditos{
    text-align: center;
    color: red;
}
li{
    text-align: center;
    font-size: 20px;
    list-style: none;
}