/*.modules {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
    gap: 50px;
	max-width: 720px;
}*/

@font-face {
	font-family: "Lora";
	src: url("/fonts/Lora[wght].ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "Lora";
	src: url("/fonts/Lora-Italic[wght].ttf") format("truetype");
	font-style: italic;
}

.title {
	text-align:center;
	font-size: 5rem;
	margin-top: 4rem;
	margin-top: 5rem;
	/*
	background-image: url("crossed_arms.png");
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 30rem;
	*/
	position: relative;
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-style: italic;
}

.title img {
	display: block;
	width: 100%;
}

.titletext {
	position: absolute;
	color: hotpink;
	top: 40%;
	left: 7%;
}

.titletext1 {
	top: 25%;
	left: 20%;
}

.titletext2 {
	top: 30%;
	left: 30%;
}

.titletext3 {
	top: 35%;
	left: 40%;
}

.titletext4 {
	top: 40%;
	left: 50%;
}

/*#about {
	grid-column: 2 / 6;
	grid-row: 2;
}

#updates {
	grid-column: 2 / 6;
}

#mod1 {
	grid-row: 1;
	grid-column: 3;
}

#mod2 {
	grid-row: 2;
	grid-column: 2;
}

#mod3 {
	grid-row: 3;
	grid-column: 4 / 6;
}

#mod4 {
	grid-row: 4;
	grid-column: 2 / 5;
}

#mod5 {
	grid-row: 5;
	grid-column: 5 / 6;
}

#mod6 {
	grid-row: 6;
	grid-column: 1 / 5;
}

.modules2 {
	margin: auto;
	text-align: center;
	font-style: italic;
	font-size: 1.2rem;
}
*/

a {
	color: #ffffcc;
}

a:hover {
	background-color: #ff9966;
}

body {
	font-family: "Lora", "Georgia", serif;
	min-height: 100vh;
	font-size: 1.1rem;
	background-color: black;
/*
    background: repeating-linear-gradient(
        135deg,
		#e27c6c 0px,
		#e27c6c 40px,
		#ff755f 41px,
		#ff755f 42px
    );

*/
	color: white;
}

.footer {
	text-align: center;
}

.newbox {
	text-align: center;
	font-size: 2rem;
}

.main table td {
	border: solid 1px hotpink;
	padding: 6px;
}

.main table {
	border-width: 3px;
	border: solid 1px hotpink;
	width: 100%;
	table-layout: fixed;
}

.main {
	max-width: 800px;
	margin: auto;
}

#about {
	max-width: 600px;
	margin: auto;
	margin-top: 10rem;
}

#mainabout {
	max-width: 600px;
	margin: auto;
	margin-top: 2rem;
}

.navbar {
	font-size: 0.8rem;
}


.aboutmain {
	max-width: 700px;
	margin: auto;
}

.abouttitle {
	font-size: 3rem;
}

