@font-face {
    font-family: IBM;
    src: url(/Px437_IBM_Model30r0.ttf);
}

body {
    background-color: black;
    min-height: 100%;
    width: 600px;
    padding-top: 10px;
    overflow-x: hidden;

}

.grid_wrapper {
    display: grid;
    width: 560px;
    height: auto;
    grid-template-columns: 460px 100px;
    grid-template-rows: auto;
    gap: 0.6em;
}

p {
    font-family: IBM;
    font-size: 16px;
    color: #bf6160;
    position: relative;
    width: 450px;
    height: auto;
    margin-right: auto;
    margin-left: 0.4em;
    text-align: left;
}

a {
    font-family: IBM;
    font-size: 16px;
    color: #a40e0d;
    position: relative;
    width: 450px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.date {
    text-decoration: underline;
}

.break_line {
    grid-row: auto;
    grid-column: 1 / 3;
    height: 2px;
    width: auto;
    background-color: #a40e0d;
    
}