.weeks[data-status="0"] {
    text-decoration: none;
    padding: 4px 15px;
    background-color: green;
    border-radius: 5px;
    font-size: 25px;
    font-weight: bold;
    display: inline;
}

.weeks[data-status="1"] {
    text-decoration: none;
    padding: 4px 15px;
    background-color: red;
    border-radius: 5px;
    font-size: 25px;
    font-weight: bold;
    display: inline;
}

.weeks[data-status="2"] {
    text-decoration: none;
    padding: 4px 15px;
    background-color: orange;
    border-radius: 5px;
    font-size: 25px;
    font-weight: bold;
    display: inline;
}


body {
  background-color: #000000;
  color: #ffffff;
}

p.tor-notice {
    text-align: center;
}

div.outer_block {
	display: flex;
	border: 1px green;
	margin: 1px;
	padding: 2px 2px;
	justify-content: center;
	height: 70vh;
}

div.posts {
	flex 1;
	border: 10px solid red;
	padding: 1px 1px;
	width: 47%;
	overflow:auto;
}

div.test {
        flex 1;
        border: 10px solid red;
        padding: 1px 1px;
	width: 47%;
	overflow:auto;
}


h1 {
    color: cyan;
    text-align: center;
    padding: 10px;
}

nav.links {
    background-color: green;  /* Set a dark background color */
    padding: 10px 20px;      /* Add padding around the nav */
    display: flex;
    border-radius: 30px;
    justify-content: center;
}

nav.links ul {
    list-style-type: none;    /* Remove bullets */
    margin: 0px;                /* Remove default margin */
    padding: 0px;               /* Remove default padding */
    display: flex;            /* Use flexbox to arrange items horizontally */
    gap: 10px;
    justify-content: center;
    align-items: center;
}

nav.links ul li {
    margin: 0px 0px;
    padding: 0px 0px;
    gap 0px 0px;
    justify-content: center;
    align-items: center; 
}

nav.links ul li a {
    text-decoration: none;
    padding: 4px 15px;
    background-color: blue;
    border-radius: 5px;
    color: yellow;
    font-size: 25px;
    font-weight: bold;
    display: inline;
}

nav.links ul li p {
    text-decoration: none;
    padding: 4px 15px;
    background-color: blue;
    border-radius: 5px;
    color: yellow;
    font-size: 25px;
    font-weight: bold;
    display: inline;
}
p.post_content {
    white-space: pre-line;
}
