body{
    background-color:rgb(112, 12, 12)
}
h1{
    text-align: center;
     color:rgb(0, 0, 0)
}
h2{
  color: rgb(0, 0, 0);  
}

header{
    background-color: rgba(133, 13, 13, 0.884);
}
.pagina1{
    overflow: auto;
    text-align: center;
}
.header{
    height: 150px;
    position: relative;
    border-bottom: 5px solid #000;
}
header img{
    width: auto;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    margin-right: 5px;
}
#flor{
    display: block;
    float: left;
    margin-right: 50px;
}
.container{
    overflow: auto; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
img{
    float: left; 
    margin-right: 10px;
}
#carro2{
    width: 500px; 
    height: 350px;
    border: 5px solid rgb(208, 174, 55);
    margin-top: 50px;
}
ul {
    margin-left: 10px;
    padding: 0; 
}
li{
    display: inline; 
    margin-right: 10px;
}
.copyright{
    color: aliceblue;
    font-size: 13px;
    margin: 10px;
}
footer{
    text-align: center;
    background-color: rgb(0, 0, 0);
    padding: 2px 0;
}