body {

    background-color: #b0cee2;

}

html,
body {

    margin: 0;
    padding: 0;
    width: 100%;

}


.topo {

    background-color: #1a2730;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;

}

.titulo {

    color: #e95d2c;
    font-size: 50px;
    margin: 0;

}

p,
ol
 {

    font-size: 20px;
    margin: 20px 40px;
    margin-bottom: 30px;
    text-align: justify;

}

h2 {

    margin: 20px 40px;
    color: #e95d2c;

}

.exemplo-back {

    background: #a63e1b url("../img-css/textura-background.jpg") no-repeat center;
    height: 700px;
    width: 100%;
    background-size: cover;

}

.borda {

    border: 5px solid #a63e1b;
    margin: 20px 40px;
    border-radius: 50px;

}

.botao {

    margin-left: 33%;
    background-color: #a63e1b;
    color: white;
    padding: 30px;
    border-radius: 50px;
    

}

.botao:hover {

    background-color: #1a2730;

}

.teste {

    background-color: #a63e1b;
    max-height: 2000px;
    max-width: 3000px;
    margin: 40px;

}

.teste-textcenter {

    text-align: center;
    background-color: #a63e1b;

}

.teste-textright {

    text-align: right;
    background-color: #a63e1b;

}

.teste-textleft {

    text-align: left;
    background-color: #a63e1b;

}

.teste-textjustify {

    text-align: justify;
    background-color: #a63e1b;

}

.overline {

    text-decoration: overline;
    background-color: #a63e1b;

}

.line-throung {

    text-decoration: line-through;
    background-color: #a63e1b;

}

.underline {

    text-decoration: underline;
    background-color: #a63e1b;

}

.uppercase {

    text-transform: uppercase;
    background-color: #a63e1b;

}

.lowercase {

    text-transform: lowercase;
    background-color: #a63e1b;

}

.capitalize {

    text-transform: capitalize;
    background-color: #a63e1b;

}

.indent {

    text-indent: 90px;
    background-color: #a63e1b;

}

footer {
    background-color: #a63e1b;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    margin-top: 30px;
}

footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    display: inline;
    margin: 0 15px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

footer ul li a:hover {
    text-decoration: underline;
}
