@font-face {
    font-family: CommitMono;
    src: url(./fonts/CommitMono.otf);
}

.header {
    font-family: CommitMono;
    font-size: .4rem;
    padding-left: 1.35rem;
    line-height: .1rem;
    padding-top: .75rem;
    white-space: nowrap;
}

.line {
    white-space: nowrap;
    overflow: hidden;
    font-size: inherit;
    letter-spacing: 0.1em;
}

.line::after {
    content: "--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------";
}

.links {
    font-family: CommitMono;
    /* font-size: .1rem; */
    padding-top: 3rem;
    line-height: 1.25rem;
}

.title-link {
    color: rgb(0, 0, 0);
    text-decoration: underline;
    font-size: .75rem;
}

.date-text {
    display: inline;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: .75rem;
    line-height: 1.25rem;
    text-decoration: underline;
    padding: 0.25rem 0.5rem;
}

section:hover .date-text {
    background-color: #000000;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
}

.date-text:hover {
    background-color: #000000;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    text-decoration: underline;
}

.title-text {
    display: inline;
    padding: 0.25rem 0.5rem;
    font-size: .75rem;
}

.title-link:hover .title-text {
    background-color: #000000;
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    text-decoration: underline;
}

.hover-text {
    font-size: 110px;
    /* padding-top: 3rem; */
    /* transform: scaleY(1.5); */
    font-family: 'Times New Roman', Times, serif;
    line-height: 80px;
    color: blue;
    display: none;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0;
    pointer-events: none; 
    z-index: 10;
}

.title-link:hover + .hover-text {
    display: block;
}