<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'OpenSans-CondensedBold', sans-serif;
	padding: 0;
	margin: 0;
    border: 0;
	background-color: #080808;
    color: #fff;
}

.wrapper {
	display: block;
	background-color: #080808;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.slide {
	display: block;
	background-color: #080808;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/* Align items to baseline */
.container {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.wrapround {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

/* For Display */
div.half {
    padding-bottom: 12px;
    margin: 0;
    text-align: center;
}

div.two-half {
    width: 100%;
    margin: 0;
	text-align: center;
}

div.two-half-center {
    display: flex;
    justify-content: center;
	text-align: center;
}
</pre></body></html>