h1 {
	border-bottom: 3px solid currentColor;
	padding-bottom: 0.5rem;
  	text-align: center;
}

.main-logo {
  	display: flex;
  	justify-content: space-evenly;
  	align-items: center;
}

.main-logo img {
	width: 30%;
  	height: auto;
}
