.topo {
    max-width: 700px;
    background: #dbeb04;
    margin: 200px auto 0;
    padding: 0 20 px;
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
}

.topo p {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    line-height: 24px;

}
.meio {
    max-width: 700px;
    margin: 20px auto 0;
    padding: 0 20 px;
}

.meio article {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}

.meio article p {
    font-size: 16px;
    color: #999;
    margin-top: 5px;
    line-height: 24px;

}

.meio article li {
    font-size: 16px;
    color: #999;
    margin-top: 5px;
    line-height: 24px;

}

.meio article a {
    height: 42px;
    border-radius: 5px;
    border: 2px solid #00008B;
    background: none;
    margin-top: 10px;
    color: #00008B;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
}

.meio article a:hover {
    background: #00008B;
    color: #fff;
}

.meio .actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.meio .actions button {
    padding: 10px;
    border-radius: 5px;
    border: 0;
    background: #00008B;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
