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 {
	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;
}

#skills {
	width: 100vw;
	background-color: #3355c7;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10px;
}

#home-link {
	margin: 50px 0;
	text-decoration: none;
}
