body {
	background-color: #464646;
	font-family: 'Poppins', sans-serif;
	height: auto;
}

aside {
	flex-basis: 30%;
}

main {
	flex-basis: 65%;
}

a {
	text-decoration: none;
	color: #a080ff;
}

a:hover span {
	text-decoration: underline;
}

a:visited {
	color: #c8b5ff;
}

.main-container {
	max-width: 960px;
	background-color: #232323;
	color: white;
	box-shadow: 0 4px 5px black;
}

.img-andret {
	height: 16.25rem;
	width: 16.25rem;
	object-fit: cover;
	background-size: cover;
	border-radius: 50%;
	object-position: center 25%;
}

.title {
	background: linear-gradient(
			90deg,
			rgba(153, 132, 215, 1) 0%,
			rgba(80, 0, 177, 1) 100%
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 3px;
}

.fa-brands, .fa-solid {
	width: 30px;
	text-align: center;
}

.copyright {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 35%);
}

@media (min-width: 768px) {
	body {
		height: 100vh;
	}

	aside {
		flex-basis: 30%;
	}

	main {
		flex-basis: 65%;
	}
}
