header {
    background-color:rgb(248, 216, 175);
    padding: 1px 0; 
}
marquee {
    background-color: rgb(253, 237, 218);
}
.caixa {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
img {
    height: 200px;
    width: 300px;
}
.menu {
    margin: 0 auto;
    padding: 0 20%;
}
.menu ul li {
    background-color: rgb(248, 216, 175);
    color: aliceblue;
    float: left;
    width: 200px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
.menu ul li:hover {
    background-color: rgb(253, 237, 218);
}
/*
.menu_s  {
    margin: 0 auto;
    padding: 0 20%;
}
*/
/*
.menu_s ul li{
    background-color: rgb(248, 216, 175);
    color: aliceblue;
    float: left;
    width: 200px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
*/
body{
    background-color: rgb(253, 237, 218);
    text-align: justify;
}
h2 {
    text-align:center; 
    font-size: 30px;
}
p {
    text-align:center; 
    font-size: 20px;
}
/*para deixar na horizontal
nav li {
    display: inline-block;
    margin: 0 0 0 15px;
}*/
/* para alinhar no cabeçalho
nav {
    position: absolute;
    top: 0;
    right: 0;
}*/
nav a {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgb(248, 216, 175);
    text-align: center;
}

