
html{
    min-height: 100%;
}
body{
    font-family: sans-serif;
    text-align: center;
    background: url(fundo.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#content{
    background-color: #fff;
    background-color: rgba(255,255,255,.6);
}
h1{
    font-size: 400%;
}

.bloco{
    color: #ceb500;
}

.serragens{
    color: #990000;
}
