body {
	color: whitesmoke;
	box-sizing: border-box;
	background-color: #161234;
}

nav {
	padding: 2%;
}

footer {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 2%;
	font-size: 1.5rem;
}

footer a {
	background-color: #161234;
	color: whitesmoke;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 4px;
	border: 2px solid #0d0b1e;
}

.hero {
	background-image: url(./Images/vecteezy_cherry-blossom-at-night_17274595.jpg);
	/* Art by Egg Vectors by Vecteezy */
	background-size: cover;
}

h2 {
	width: 40%;
	padding-left: 2%;
	padding-top: 5%;
}

h4 {
	padding-top: 2%;
	font-size: 2.5rem;
	margin-bottom: 1%;
}

.centered {
	text-align: center;
}

iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2%;
}

.custom-btn {
	background-color: blueviolet;
	border: 1px solid blueviolet;
	margin-left: 15%;
	margin-top: 1%;
}

.bio {
	margin: 2%;
	display: flex;
}

.bio div {
	display: flex;
	flex-direction: column;
}

.bio img {
	width: 100%;
	border-radius: 50%;
	margin: auto;
}

.bio a {
	background-color: #161234;
	color: whitesmoke;
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 1.95rem;
	margin: 2%;
}

.project {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2%;
	font-size: 3rem;
}

.projects {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 3%;
	margin: 5%;
}

.projects div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.projects a {
	background-color: #161234;
	color: whitesmoke;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
}

.projects img {
	width: 50%;
	border-radius: 5%;
	display: block;
	margin: auto;
}

.contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 2%;
}

.contacts img {
	display: block;
	width: 75%;
	border-radius: 5px;
	margin: auto;
}

.contacts h3 {
	margin-top: 0.5%;
	margin-bottom: 2%;
}

.contacts a {
  background-color: #161234;
	color: whitesmoke;
	text-decoration: none;
}
