:root {
	--side-padding: 25%;
}

body {
	display: flex;
	justify-content: center;
	background: url(https://i.pinimg.com/originals/b6/84/9b/b6849bba245a533e608908fc3f14a6c5.gif);
	background-color: black;
	background-size: 120%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

table {
	border-spacing: 1em 2em;
}

pre, code {
	display: block;
	max-width: 500px;
	font-size: 14px;
	padding: 1em;
	background-color: #ECEFF4;
	border-radius: 4px;
}

.container {
	display: flex;
	flex-direction: column;
	padding-left: 18%;
	padding-right: 18%;
}

.content {
	background-color: rgba(216, 222, 233, 0.9);
	border: 4px solid darkviolet;
	border-radius: 8px;
}

.sector {
	display: flex;
	flex-direction: row;
	padding-bottom: 1.2em;
}

.padding-5 {
	padding: 5%;
}

.center {
	text-align: center;
}

.center-flex {
	display: flex;
	justify-content: center;
}

.code-txt {
	text-align: center;
}

.display-wrap {
	white-space: pre-wrap;
}

.font-mid {
	font-size: 18px;
}

.small-img {
	max-width: 240px;
	height: auto;
}

.mid-img {
	width: 520px;
	height: auto;
}

.css-introduction {
	padding-left: 15%;
	padding-right: 15%;
}

.pre-line {
	white-space: pre-line;
}

.remove-font-format {
	text-decoration: none;
}

.remove-font-format:visited {
	color: black;
}

/*
 *	EXAMPLE CSS
 */
.p-red {
	color: red;
}

.custom-1 {
	font-family: Comic Sans MS;
	font-size: 18px;
	color: green;
	text-decoration: underline;
}

.custom-2 {
	width: 240px;
	height: auto;
	border: 2px solid black;
	border-radius: 50% 0 50% 0;
}

h3 a {
	color: #ff52a5;
	text-shadow: black;
}