html {
  margin-left: calc(100vw - 100%);
}

body {
	margin: 0;
	background-color: #000000;
	color: white;
	font-family: Undertale;
	font-weight: normal;
}

h1 { 
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

h2 { 
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	color: #aaa;
	margin: 0;
	padding: 0;
}

h3 { 
	margin-top: 75px;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
}

h4 { 
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p { 
	font-size: 25px;
}

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

ul li a {
	font-size: 20px;	
}

ul li:after {
	content: "";
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	height: 0px;
	border: 1px solid white;
}

.footer {
	width: 100%;
	height: 75px;
}

.group {
	margin-left: 20px;
}
	
.navbar {
	margin-top: -1em;
	z-index: 100;
	display: flex;
	flex-direction: column;
	top: 25px;
    position: fixed;
	font-size: 25px;
	padding: 0.75%;
	text-shadow: -2px -2px 0 black, 2px -2px 0 black, 2px 2px 0 black, -2px 2px 0 black;
}

.navbar a {
	text-decoration: none;
}

.textbox-dr {
	font-size: 25px;
	text-align: left;
	width: 800px;
	height: 200px;
	margin: auto;
	position: relative;
	background-image: url("../pages/projects/utdr/dunes-and-doom/textbox.webp");
	background-position: center center;
	background-size: 800px 200px;
	background-repeat: no-repeat;
	image-rendering: pixelated;
}

.textbox-dr p {
	padding-top: 40px;
	padding-left: 50px;
}

.textbox-text {
	position:absolute;
	left: 80px;
	right: 20px;
}

.textbox {
	font-size: 25px;
	text-align: left;
	max-width: 800px;
	height: fit-content;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	border: 5px solid white;
}

.textbox .container {
	display: flex;
	flex-direction: row;	
}

.textbox .container:before {
	content: "*";
	margin-left: 30px;
	margin-top: 1em;
}

.textbox p {
	margin-left: 20px;
	max-width: 89%;
}

.textbox .asterisk {
	margin-left: 30px;
}

.return_home {
	text-decoration: none;
	display: flex;
	flex-direction: row;
    height: fit-content;
    width: fit-content;
    position: fixed;
	right: 0;
	bottom: 0px;
	font-size: 35px;
	padding: 0.75%;
	text-shadow: -2px -2px 0 black, 2px -2px 0 black, 2px 2px 0 black, -2px 2px 0 black;
}

.heart {
	display: none;
}

a:hover .asterisk {
	display: none;
}

a .asterisk {
	padding: 0;
	margin: 0;
	margin-right: 13.5px;
	position: relative;
	text-decoration: none;
	font-size: 35px;
	display: inline;
}

a:hover .heart {
	color: red;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	position: relative;
	top: 2px;
	text-decoration: none;
	font-size: 35px;
	display: inline;
}

._t {
	text-decoration: none;
	font-size: 25px;
	text-align: center;
	padding: 20px;
	display: block;
}

._t p {
	text-decoration: none;
	font-size: 25px;
	text-align: center;
}

.heart_t {
	display: none;
}

a:hover .asterisk_t {
	display: none;
}

a .asterisk_t {
	width: 30px;
	margin-right: 4px;
	position: relative;
	text-decoration: none;
	font-size: 35px;
	display: inline;
}

a:hover .heart_t {
	width: 30px;
	color: red;
	margin-right: -4px;
	position: relative;
	text-decoration: none;
	font-size: 35px;
	display: inline;
}

.heart_l {
	display: none;
}

a:hover .asterisk_l {
	display: none;
}

a .asterisk_l {
	width: 30px;
	margin-right: 4px;
	position: relative;
	text-decoration: none;
	font-size: 20px;
	display: inline;
}

a:hover .heart_l {
	width: 30px;
	color: red;
	margin-right: -0.25px;
	position: relative;
	text-decoration: none;
	font-size: 20px;
	display: inline;
}

a:visited, a:active, a:link {
	color: white;
}

a:hover {
	color: yellow;
}