html{
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: black;
}
body{
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: black;
    color: rgb(252,18,53);
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
    image-rendering:pixelated;

}

p{
    margin: 0;
}

.row {
    width: 100%;
    display:flex;
    flex:1;

}

.post {
	border-bottom: red solid 2px;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.col{
    flex:1;
    overflow:auto;
    padding:1rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.half{
    height:50%;
}

.full{
    height:100%;
}

.news{
    border:none;
    height:100%;
    width:100%;
}

.no-align{
  align-items: normal;
  justify-content: normal;
  display:block;
}



br{
    height:1rem;
}
.subtext {
    font-size:0.8rem;
}