a {
	text-decoration: underline;
}

header {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	min-height: 100vh;
	width: 100vw;
	overflow-x: hidden;
}

dotlottie-player {
  display: flex;
  width: 100vh;
  height: 100vh;
  align-items: start;
  justify-content: center;
  flex-direction: row;
  font-size: 16pt;
}

header div {
	display: flex;
	flex-direction: column;
	flex: 1;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 30vh;
}

header h1 {
	background-color: rgba(255, 255, 255, 0.55);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin: auto;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}

header summary {
	flex: 1;
	background-color: rgba(255, 255, 255, 0.55);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	padding: 20px;
	border-radius: 10px;
	max-width: 400px;
	margin-bottom: 20px;
}

header a {
	text-decoration: none;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.55);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin: auto;
	padding: 20px;
	border-radius: 10px;
}

#scroll-info {
	margin-bottom: 40px;
}
#scroll-info img {
	margin-left: 9px;
	height: 0.4rem;
	padding-bottom: 1px;
}

section {
	max-width: 695px;
	padding: 0 10px;
}

h2, h3, h4, h5, h6 {
	width: 100%;
	text-align: left;
}

.description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.description blockquote {
	font-style: italic;
	color: #bbbbbb;
	margin: 0;
}
.description p {
	margin-top: 0.2em;
	width: 100%;
}
.description blockquote p {
	margin-top: 1em;
}

#home-link {
	margin: 50px 0;
	text-decoration: none;
}

pre {
	white-space: pre-wrap;
	width: 80%;
	overflow-wrap: break-word;
	margin-bottom: 2em;
}

blockquote {
	border-top: 0.5px solid #666666;
	border-bottom: 0.5px solid #666666;
	padding: 0 2em;
	max-width: 78%;
}

blockquote p {
	margin-top: 1em;
	color: #666666;
}
