* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #ffffff;
	font-family: "Crimson Text", serif;
	font-weight: 400;
	font-size: 1.1rem;
	font-style: normal;
	line-height: 1rem;
}

.main {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-content {
	text-align: center;
}

.main-content h1 {
	font-family: "Jacquarda Bastarda 9", serif;
	margin: 0;
	font-size: 5.4rem;
	font-weight: normal;
	line-height: 1;
}

.main-content h2 {
	font-family: "Jacquarda Bastarda 9", serif;
	margin: 0;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1;
}

.main-links {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
}


.main-links a {
	color: #ffffff;
	text-decoration: none;
}


.main-links a:hover {
	color: #888888;
}

.main-random {
	font-style: italic;
	max-width: 10rem;
	color: #666666;
}

.main-about {
	max-width: 18rem;
	line-height: 1.4rem;
}

.main-footer {
	position: fixed;
	left: 0;
	bottom: 4rem;
	width: 100%;
	/*background-color: #ff0000;*/
	height: 6rem;
}
.main-footer img {
	padding-left: 1rem;
	height: 100%; 
	object-fit: contain;
}

.main-img  {
	margin-left: 1.1rem;
	width: 5.2rem;
	height: 5.2rem;
}

.links-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 3.6rem 3.6rem auto 3.6rem 3.6rem;
}

.links-grid a{
	color: #ffffff;
	text-decoration: none;
}

.links-grid a:hover {
	color: #888888;
}