@media only screen and (min-width: 920px) {
	body {
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
			sans-serif;
		max-width: 100%;
		margin: 0;
		font-size: 1em;
		line-height: 1.4;
		color: rgb(117, 112, 112);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
	body.contrast {
		color: black;
	}
	body.inverted {
		background-color: black;
		color: white;
	}
	body.inverted header #addContrast,
	body.inverted header #psychedelic {
		display: none;
	}
	body.inverted header,
	body.inverted .intro-container,
	body.inverted .grey-box,
	body.inverted .links,
	body.inverted footer {
		background-color: black !important;
	}
	body.inverted .transparent-box {
		background-color: rgb(0, 0, 0, 0.8);
	}
	body.psychedelic,
	body.psychedelic header,
	body.psychedelic .intro-container,
	body.psychedelic .grey-box,
	body.psychedelic .links,
	body.psychedelic footer {
		background-color: magenta !important;
		color: blue;
		font-family: 'courier';
	}
	body.psychedelic h1,
	body.psychedelic h2,
	body.psychedelic h3,
	body.psychedelic h4,
	body.psychedelic h5,
	body.psychedelic h6 {
		color: green;
		font-family: 'Comic Sans';
	}
	body.psychedelic header #addContrast,
	body.psychedelic header #invertedMode {
		display: none;
	}
	body.psychedelic .img-background {
		background-image: none;
	}
	body.psychedelic .pink-box {
		display: none;
	}
	body.psychedelic .links {
		border-top: 1px solid rgb(192, 183, 183);
		border-bottom: 1px solid rgb(192, 183, 183);
	}
	body.psychedelic .logo,
	body.psychedelic .intro #psychedelic {
		color: whitesmoke;
	}
	header .logo {
		font-size: 1.6em;
		font-weight: bold;
		color: lightcoral;
	}
	#menu-icon {
		display: none;	
	}
	header {
		display: flex;
		padding: 0.1em 9em;
		justify-content: space-between;
		align-items: center;
		height: 3em;
		z-index: 1;
		box-shadow: 0px 0px 0.3em grey;
		position: fixed;
		top: 0%;
		left: 0%;
		right: 0%;
	}

	header nav ul {
		display: flex;
		float: left;
		justify-content: space-around;
		font-size: 1em;
		list-style: none;
		font-weight: bold;
		height: 100%;
		align-items: center;
	}
	header nav ul li {
		display: inline-block;
		color: rgb(192, 183, 183);
		margin-left: 1em;
	}
	header nav ul li:hover {
		border-bottom: solid cadetblue;
		color: rgb(2, 84, 87);
	}
	.intro-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #031327;
		padding: 3em 9em;
		color: honeydew;
	}
	.pink-box {
		height: 0.3em;
		background-color: lightcoral;
	}
	.grey-box {
		background-color: #eff2f7;
		padding: 0.1em 9em;
	}
	h1 {
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 1em;
		margin-top: 2em;
		font-size: 3em;
	}
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: "Font Awesome 5 Free";
		color: #226377;
		font-weight: bold;
		line-height: 1.4;
	}
	h2 {
		font-family: "Font Awesome 5 Free";
		font-size: 1.8em;
		color: teal;
		text-align: center;
		margin-bottom: 0em;
		line-height: 1.4;
		padding: 0.8em 0em;
		font-weight: bold;
		margin-block-start: 0em;
		margin-block-end: 0em;
	}
	.text-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: justify;
	}
	.wrong {
		text-align: center;
	}
	.text-center span {
		font-weight: bold;
		color: red;
	}
	.text-justify {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: justify;
	}
	.flex-sec-container {
		display: flex;
		/* width:100%; */
		justify-content: center;
		align-items: center;
		/* align-content: space-between; */
	}
	.flex-sec-container img {
		border-radius: 0.5em;
		max-width: 50%;
	}
	.flex-sec-container ul {
		line-height: 2;
		margin-left: 4em;
	}
	.effort-sec {
		padding: 1.5em 9em 0em;
	}
	.intermidiate {
		padding: 0.3em 9em;

		text-align: center;
	}
	.intermidiate .title {
		font-weight: bold;
		text-decoration: underline;
		font-size: 1.5em;
		color: rgb(191, 80, 147);
	}
	.medium-section {
		margin: 2.5em 0em 1em;
	}
	.img-background {
		background-image: url("img/wallpaper-abstracto-3d.jpg");
		display: flex;
		flex-direction: column;
		padding: 0.1em 9em;
	}
	.transparent-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		border-radius: 0.4em;
		background-color: rgba(255, 253, 253, 0.8);
		margin: 0.6em 0em;
		padding: 1em;
		text-align: center;
	}
	.transparent-box h2 {
		margin-top: 0;
		margin-bottom: 0.2em;
		padding: 0em 0em;
	}

	.headers {
		padding: 0.1em 9em;
		text-align: center;
		margin-bottom: 3.5em;
	}
	.headers p{
		padding-bottom: 0.7em;
	   }
	.headers .boxes {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.box {
		border: 1px solid rgb(125, 144, 152);
		border-radius: 1em;
		max-width: 16em;
		padding: 0.7em;
		box-shadow: 0.4em 0.5em rgb(152, 197, 191);
	}
	.quotes {
		padding: 0em 9em;
		margin-bottom: 5em;
		text-align: justify;
	}
	.quotes blockquote {
		border-left: 0.4em solid lightseagreen;
		padding-left: 0.8em;
		font-family: serif;
		font-size: 1.2em;
	}
	.links {
		display: flex;
		padding: 0em 9em;
		min-height: 100%;
		justify-content: space-between;
		text-align: justify;
		background-color: #eff2f7;
		
	}
	.links h2 {
		text-align: justify;
	}
	.links div {
		max-width: 45%;
	}
	.links img {
		max-width: 45%;
	}
	footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #031327;
		padding: 1.5em 9em 0em;
		color: honeydew;
		flex-direction: column;
		text-align: justify;
	}
	fgroup {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.copyright {
		border-top: 1px solid lightgrey;
		width: 100%;
	}
	.shadow {
		text-shadow: 0.03em 0.01em rgb(235, 228, 228);
		
	}
	a {
		color: brown;
		text-decoration: none;
	}
	a:hover {
		color: rgb(238, 134, 151);
		text-decoration: none;
	}
	a:active {
		color: rgb(214, 12, 12);
		text-decoration: none;
	}
	.satireAuthorEpilogue {
		display: flex;
		justify-content: space-between;
	}
	.satireAndauthor {
		display: flex;
		flex-direction: column;
		max-width: 64%;
	}
	.epilogue {
		max-width: 32%;
	}
	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.7);
		justify-content: center;
		align-items: center;
	}

	.modal-content {
		color: black;
		border-radius: 1em;
		text-align: center;
		display: flex;
		flex-direction: column;
		background-color: #fefefe;
		margin: 7em;
		padding: 3em;
		border: 1px solid #888;
		width: 60%;
		font-size: 1.2em;
		justify-content: center;
		height: min-content;
	}
	.close {
		color: #aaaaaa;
		align-self: flex-end;
		font-size: 1em;
		font-weight: bold;
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	.modal-content button {
		padding: 0.7em;
		float: right;
		width: 20%;
		border: 1.5px solid royalblue;
		background-color: white;
		border-radius: 1em;
		color: royalblue;
	}
	.modal-content button:hover {
		background-color: royalblue;
		color: white;
	}
	.flex {
		display: flex;
		justify-content: space-around;
	}
    main{
		display: flex;
    flex-direction: column;
	}
}
@media only screen and (min-width: 416px) and (max-width: 919px) {
	body {
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
			sans-serif;
		max-width: 100%;
		margin: 0;
		font-size: 1.2em;
		line-height: 1.4;
		color: rgb(117, 112, 112);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
	body.contrast {
		color: black;
	}
	body.inverted {
		background-color: black;
		color: white;
	}
	body.inverted header #addContrast,
	body.inverted header #psychedelic {
		display: none;
	}
	body.inverted header,
	body.inverted header ul,
	body.inverted .intro-container,
	body.inverted .grey-box,
	body.inverted .links,
	body.inverted footer {
		background-color: black !important;
	}
	body.inverted .transparent-box {
		background-color: rgb(0, 0, 0, 0.8);
	}
	body.psychedelic,
	body.psychedelic header,
	body.psychedelic header ul,
	body.psychedelic .intro-container,
	body.psychedelic .grey-box,
	body.psychedelic .links,
	body.psychedelic footer {
		background-color: magenta !important;
		color: blue;
		font-family: 'courier';
	}
	body.psychedelic h1,
	body.psychedelic h2,
	body.psychedelic h3,
	body.psychedelic h4,
	body.psychedelic h5,
	body.psychedelic h6 {
		color: green;
		font-family: 'Comic Sans';
	}
	body.psychedelic header #addContrast,
	body.psychedelic header #invertedMode {
		display: none;
	}
	body.psychedelic .img-background {
		background-image: none;
	}
	body.psychedelic .pink-box {
		display: none;
	}
	body.psychedelic .links {
		border-top: 1px solid rgb(192, 183, 183);
		border-bottom: 1px solid rgb(192, 183, 183);
	}
	body.psychedelic .logo,
	body.psychedelic header #psychedelic {
		color: whitesmoke;
	}
	header .logo {
		font-size: 1.4em;
		font-weight: bold;
		color: lightcoral;
	}
	header {
	    display: flex;
		padding: 0.1em 7em;
		justify-content: space-between;
		border-bottom: 0.5px solid rgb(58, 58, 58 , 0.7);
		align-items: center;
		height: 3em;
		z-index: 100;
		position: fixed;
		top: 0%;
		left: 0%;
		right: 0%;
	}
	#menu-icon {
		display: inline-block;
	}

	header nav ul, header nav:active ul {
		display: none;
		position: absolute;
		padding: 0.2em;
		margin:0;
		background-color: rgb(238, 238, 238);
		right: 0;
		top: 2.3em;
		width: 35%;
		
	}
	header nav:hover ul {
		display: block;
		list-style: none;
	}
	header nav li {
		text-align: center;
		width: 100%;
		padding: 15px 0;
		margin: 0;
	}
	
	
	header nav ul li:hover {
		border-bottom: solid cadetblue;
		color: rgb(2, 84, 87);
	}
	.intro-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #031327;
		padding: 2em 7em;
		color: honeydew;
	}
	.web-title {
		max-width: 50%;
	}
	.pink-box {
		height: 0.3em;
		background-color: lightcoral;
	}
	.grey-box {
		background-color: #eff2f7;
		padding: 0em 7em;
	}
	h1 {
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 1em;
		margin-top: 2em;
		font-size: 2.5em;
	}
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: "Font Awesome 5 Free";
		color: #226377;
		font-weight: bold;
		line-height: 1.4;
	}
	h2 {
		font-family: "Font Awesome 5 Free";
		font-size: 1.8em;
		color: teal;
		text-align: center;
		margin-bottom: 0em;
		line-height: 1.4;
		padding: 0.8em 0em 0.6em 0em;
		font-weight: bold;
		margin-block-start: 0em;
		margin-block-end: 0em;
	}
	.text-center {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		text-align: justify;
	}
	.text-center span {
		font-weight: bold;
		color: red;
	}
	.wrong {
		text-align: center;
	}
	.text-justify {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: justify;
	}
	.flex-sec-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: space-between;
	}
	.flex-sec-container img {
		border-radius: 0.5em;
		max-width: 50%;
	}
	.flex-sec-container ul {
		line-height: 1.4;
		text-align: justify;
	}
	
	.effort-sec {
		padding: 1.5em 7em 0em;
	}
	.intermidiate {
		padding: 0em 7em;
		text-align: center;
	}
	.intermidiate .title {
		font-weight: bold;
		text-decoration: underline;
		font-size: 1.5em;
		color: rgb(191, 80, 147);
		margin-top: 0;
	}
	.medium-section {
		margin: 2.5em 0em;
	}
	.img-background {
		background-image: url("img/wallpaper-abstracto-3d.jpg");
		display: flex;
		flex-direction: column;
		padding: 0.1em 7em;
	}
	.transparent-box {
		display: flex;
		flex-direction: column;
		border-radius: 0.4em;
		background-color: rgba(255, 253, 253, 0.8);
		margin: 0.6em 0em;
		padding: 1em;
		text-align: center;
	}
	.transparent-box h2 {
		margin-top: 0;
		margin-bottom: 0.2em;
		padding: 0em;
	}
	.headers {
		padding: 0.1em 7em;
		text-align: center;
		margin-bottom: 3.5em;
	} 
	.headers p{
		padding-bottom: 0.5em;
	   }
	
	.headers .boxes {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.box {
		border: 1px solid rgb(125, 144, 152);
		border-radius: 1em;
		max-width: 14em;
		padding: 0.5em;
		box-shadow: 0.4em 0.5em rgb(152, 197, 191);
	}
	.quotes {
		padding: 0em 7em;
		margin-bottom: 2.3em;
		text-align: justify;
	}
	.quotes blockquote {
		border-left: 0.4em solid lightseagreen;
		padding-left: 0.8em;
		font-family: serif;
		font-size: 1.2em;
	}
	.links {
		display: flex;
		padding: 0em 7em;
		align-items: center;
		justify-content: space-between;
		text-align: justify;
		background-color: #eff2f7;
		
	}
	.links h2 {
		text-align: center;
		padding: 0;
	}

	.links div {
		max-width: 45%;
	}
	.links img {
		max-width: 45%;
	}
	footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #031327;
		padding: 1.5em 7em 0em;
		color: honeydew;
		flex-direction: column;
		text-align: justify;
		
	}
	fgroup {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.copyright {
		border-top: 1px solid lightgrey;
		width: 100%;
	}
	.shadow {
		text-shadow: 0.03em 0.01em rgb(235, 228, 228);
		padding-top: 0em;
	}
	a {
		color: brown;
		text-decoration: none;
	}
	a:hover {
		color: rgb(238, 134, 151);
		text-decoration: none;
	}
	a :visited {
		color: rgb(163, 122, 7);
		text-decoration: none;
	}
	a:active {
		color: rgb(214, 12, 12);
		text-decoration: none;
	}
	.satireAuthorEpilogue {
		display: flex;
		justify-content: space-between;
	}
	.satireAndauthor {
		display: flex;
		flex-direction: column;
		max-width: 60%;
	}
	.epilogue {
		max-width: 35%;
	}
	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.7);
		justify-content: center;
		align-items: center;

	}
	
	
	.modal-content {
		color: black;
		border-radius: 1em;
		text-align: center;
		display: flex;
		flex-direction: column;
		background-color: #fefefe;
		justify-content: center;
		padding: 3em;
		border: 1px solid #888;
		width: 60%;
		font-size: 1.2em;
	}
	.close {
		color: #aaaaaa;
		align-self: flex-end;
		font-size: 1em;
		font-weight: bold;
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	.modal-content button {
		padding: 0.7em;
		float: right;
		width: 20%;
		border: 1.5px solid royalblue;
		background-color: white;
		border-radius: 1em;
		color: royalblue;
	}
	.modal-content button:hover {
		background-color: royalblue;
		color: white;
	}
	main{ 
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width: 415px) {
	body {
		font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana,
			sans-serif;
		max-width: 100%;
		margin: 0;
		font-size: 1em;
		line-height: 1.4;
		color: rgb(117, 112, 112);
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
	}
	body.contrast {
		color: black;
	}
	body.inverted {
		background-color: black;
		color: white;
	}
	body.inverted header #addContrast,
	body.inverted header #psychedelic {
		display: none;
	}
	
	body.inverted header,
	body.inverted header nav,
	body.inverted header nav ul,
	body.inverted .intro-container,
	body.inverted .grey-box,
	body.inverted .links,
	body.inverted footer {
		background-color: black !important ;
	}
	body.inverted .transparent-box {
		background-color: rgb(0, 0, 0, 0.8);
	}

	body.psychedelic,
	body.psychedelic header,
	body.psychedelic header nav,
	body.psychedelic header nav ul,
	body.psychedelic .intro-container,
	body.psychedelic .grey-box,
	body.psychedelic .links,
	body.psychedelic footer {
		background-color: magenta !important ; 
		color: blue;
		font-family: 'courier';
	}
	body.psychedelic h1,
	body.psychedelic h2,
	body.psychedelic h3,
	body.psychedelic h4,
	body.psychedelic h5,
	body.psychedelic h6 {
		color: green;
		font-family: 'Comic Sans';
	}
	body.psychedelic header #addContrast,
	body.psychedelic header #invertedMode {
		display: none;
	}
	body.psychedelic .img-background {
		background-image: none;
	}
	body.psychedelic .pink-box {
		display: none;
	}
	body.psychedelic .links {
		border-top: 1px solid rgb(192, 183, 183);
		border-bottom: 1px solid rgb(192, 183, 183);
	}
	body.psychedelic .logo,
	body.psychedelic header #psychedelic {
		color: whitesmoke;
	}
	header .logo {
		font-size: 1em;
		font-weight: bold;
		color: lightcoral;
	}
	header {
	    display: flex;
		padding: 0.1em 3em;
		justify-content: space-between;
		border-bottom: 0.5px solid rgb(58, 58, 58 , 0.5);
		align-items: center;
		height: 2em;
		z-index: 1;
		position: fixed;
		top: 0%;
		left: 0%;
		right: 0%;
	}
	#menu-icon {
		display: inline-block;
	}

	header nav ul, header nav:active ul {
		display: none;
		position: absolute;
		padding: 0.2em;
		margin:0;
		background-color: rgb(238, 238, 238);
		right: 0;
		top: 1.8em;
		width: 35%;
		
	}
	header nav:hover ul {
		display: block;
		list-style: none;
	}
	header nav li {
		text-align: center;
		width: 100%;
		padding: 15px 0;
		margin: 0;
	}

	header nav ul li:hover {
		border-bottom: solid cadetblue;
		color: rgb(2, 84, 87);
	}
	img {
		display: none;
	}
	.intro-container {
		min-height: 90vh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #031327;
		padding: 2em 3em 1em;
		color: honeydew;
		font-size: 1em;
		background-image: url("img/creativity.png");
		background-size: cover;
		background-attachment: fixed;
		background-blend-mode: luminosity;
		background-repeat: no-repeat;
		
	}
	.pink-box {
		height: 0.3em;
		background-color: lightcoral;
	}
	.grey-box {
		background-color: #eff2f7;
		padding: 0.1em 3em;
	}
	h1 {
		font-size: 2em;
		font-weight: bold;
	}
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: "Font Awesome 5 Free";
		color: #226377;
		font-weight: bold;
	}
	h2 {
		font-family: "Font Awesome 5 Free";
		font-size: 1.2em;
		color: teal;
		text-align: center;
		margin-bottom: 0em;
		line-height: 1.4;
		padding: 0.8em 0em 0em;
		font-weight: bold;
		margin-block-start: 0em;
		margin-block-end: 0em;
	}
	.text-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: justify;
	}
	.wrong {
		text-align: center;
	}
	.text-center span {
		font-weight: bold;
		color: red;
	}
	.text-justify {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: justify;
	}
	.flex-sec-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		align-content: space-between;
	}
	.flex-sec-container ul {
		line-height: 1.5;
		text-align: start;
		margin-left: 3em;
	}
	.effort-sec {
		padding: 1em 3em 0em;
	}
	.intermidiate {
		display: none;
	}
	.img-background {
		background-image: url("img/wallpaper-abstracto-3d.jpg");
		display: flex;
		flex-direction: column;
		padding: 0.1em 3em;
		margin-bottom: 1.5em;
	}
	.transparent-box {
		display: flex;
		flex-direction: column;
		border-radius: 0.4em;
		background-color: rgba(255, 253, 253, 0.8);
		margin: 0.6em 0em;
		padding: 1em;
		text-align: center;
	}
	.transparent-box h2 {
		margin-top: 0;
		margin-bottom: 0.2em;
		padding: 0em;
	}
	.transparent-box p {
		display: none;
	}

	.headers {
		padding: 0.1em 3em;
		text-align: justify;
	}
	.headers p{
		padding-bottom: 0.4em;
	   }
	.headers .boxes {
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.box p {
		display: none;
	}

	.box {
		border: 1px solid rgb(125, 144, 152);
		border-radius: 1em;
		max-width: 8em;
		padding: 0.5em;
		box-shadow: 0.4em 0.5em rgb(152, 197, 191);
		margin: 0.8em;
        flex: auto;
	}
	.quotes {
		padding: 0em 3em;
		margin: 1.5em 0em;
		text-align: justify;
	}
	.quotes blockquote {
		border-left: 0.4em solid lightseagreen;
		padding-left: 0.8em;
		font-family: serif;
		font-size: 1.2em;
	}
	.links {
		display: flex;
		padding: 0em 3em;
		min-height: 100%;
		justify-content: space-between;
		text-align: justify;
		background-color: #eff2f7;
		align-items: center;
	}
	footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: #031327;
		padding: 0.1em 3em;
		color: honeydew;
		flex-direction: column;
		text-align: justify;
	}
	fgroup {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.copyright {
		text-align: center;
		border-top: 1px solid lightgrey;
		width: 100%;
	}
	.shadow {
		text-shadow: 0.01em 0.01em rgb(235, 228, 228);
		
	}
	a {
		color: brown;
		text-decoration: none;
	}
	a:hover {
		color: rgb(238, 134, 151);
		text-decoration: none;
	}
	a :visited {
		color: rgb(163, 122, 7);
		text-decoration: none;
	}
	a:active {
		color: rgb(214, 12, 12);
		text-decoration: none;
	}
	.satireAuthorEpilogue {
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: justify;
	}
	.epilogue {
		display: none;
	}
	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgb(0, 0, 0);
		background-color: rgba(0, 0, 0, 0.7);
		justify-content: center;
        align-items: center;
	}

	.modal-content {
		color: black;
		border-radius: 1em;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #fefefe;
		border: 1px solid #888;
		width: 60%;
		padding: 1em;
		font-size: 1em;
		height: min-content;
	}
	.close {
		color: #aaaaaa;
		align-self: flex-end;
		font-size: 0.7em;
		font-weight: bold;
	}

	.close:hover,
	.close:focus {
		color: #000;
		text-decoration: none;
		cursor: pointer;
	}
	.modal-content button {
		font-size: 0.7em;
		padding: 0.4em;
		float: right;
		width: 30%;
		border: 1.5px solid royalblue;
		background-color: white;
		border-radius: 0.7em;
		color: royalblue;
	}
	.modal-content button:hover {
		background-color: royalblue;
		color: white;
	}
}
