header {
    background: #e6fdcf;
    padding: 20px 0;

}

.caixa {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

nav {
    position: absolute;
    top: 110px;
    right: 0 auto;

}

nav li {
    display: inline;
    margin: 0 0 0 15px;

}

nav a {
    text-transform: uppercase;
    color: #023305;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    text-align: center;

}

nav a:hover {
    color: #e100ff;
    text-decoration: underline;
    color: rgb(60, 180, 12);
    text-decoration: underline;

}


.produtos {
    width: 940px;
    margin: 0 auto;
    padding: 50px 0;

}

.produtos li {
    display: inline-block;
    text-align: center;
    width: 30%;
    vertical-align: top;
    margin: 0 1.5%;
    padding: 30px 20px;
    box-sizing: border-box;
    border: 2px solid #0bc01a;
    border-radius: 10px;

}

.produtos li:hover {
    border-color: blue
}

.produtos li:hover h2 {
    font-size: 34px;
}

.produtos li:active {
    border-color: rgb(255, 0, 255);

}

.produtos h2 {
    font-size: 30px;
    font-weight: bold;

}

.produtos-preco {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;

}

.produto-descricao {
    font-size: 18px;

}

footer {
    text-align: center;
    background: url(bg.jpg);

}

.copyright {
    color: rgb(255, 0, 128);
    font-size: 13px;
    margin: 20px 0 0;

}

img {
    text-align: center
}

.links {
    text-align: center;

}

h1 {
    text-align: center;
   
    }