body {
    font-family: 'Recursive', sans-serif;
}

section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logs {
    flex-direction: column;
    font-size: 13px;
}

.logs h1,
.logs p {
    margin: 5px !important;
}

.piece {
    padding: 0 10px;
}

.greenLog {
    color: green;
}

.redLog {
    color: red;
}