h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Mono", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Roboto Mono", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    background-image: url('/images/tboa/background3.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main-content {
	background-color: rgba(252, 252, 252, 0.97);
}

.section {
    margin: 20px 10px 40px 10px;
}

ul.stylized {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.stylized li::before {
    content: "[>]";
}

.fancy-divider {
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, transparent, #2233d9, transparent);
	margin: 1rem 0;
}
