* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #0e0c0c;
    background-image: url('../uploads/tema/tema_69b38f2217bf4.jpeg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;

    font-family: Arial;
    color: #453b3b;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    text-align: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
