@charset "UTF-8";

.paragrafos {
    max-width: 900px;
    display: inline-block;
}

main > div > h1 {
    display: inline;
    max-width: 900px;
}

.direita {
    text-align: right;
}

.botaoh1 {
    text-align: right;
    font-size: 16px;
    margin-left: auto;
    background: #ebebeb;
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
}

a.botaoh1:hover {
    background: #B1B1B1;
    color: #FFF;
    font-weight: bold;
    border-color: #B1B1B1;
    cursor: pointer;
}

.paragrafo {
    text-indent: 10px;
}

.atingido {
    text-decoration: line-through;
}

.negrito{
    font-weight: bold;
}
