#tangodemo01 {
    max-width: 800px;
    width: 100%;
}

#section_history {
    background: url('/static/Home/tango_history.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#tango_proverb {
    font-size: 24px;
    text-align: justify;
    font-family: cursive;
}

div#history_intro {
    background-color: rgba(255, 255, 255, .80);
}

p#history_text {
    min-height: 400px;
    text-align: justify;
    font-size: 16px;
    font-family: sans-serif;
}
