body {
	background-image: url('background.png');
	color: rgba(205, 214, 244, 1);
}

main {
	padding-left: 10%;
	padding-right: 20%;
}

p {
	margin: 10px;
}

.background {
	background-color: rgba(17, 17, 27);
}

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

footer {
	max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.title {
	font-size: 50px;
}
