html {
    background-color: #fff;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    color: #000;
}

header {
    font-size: 25px;
    display: flex;
    justify-content: start;
}
header h1 {
    border-bottom: #000 3px solid;
}
.texts {
    border-bottom: #000 2px solid;
    margin-bottom: 5px;
}
.textsFirst {
    border-top: #000 2px solid;
}
.date {
    font-size: 15px;
    color: #797979;
    display: flex;
    justify-content: right;
}