html {
    min-height: 100%;
}

body { 
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    quotes: none;
    content: none;
    background-color: #ffffff;
    background-image: url('../images/background01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

container {
    
}

.titulo_container {
    font-weight: bold;
    font-family: arial;
    font-size: 120px;
    color: #666666;
    text-align: center;
}

.texto_container {
    margin-left: 100px;
    font-weight: normal;
    font-family: arial;
    font-size: 32px;
    color: #ffffff;
    text-align: justify;
}
