body {
    background-color: #000000;
    animation: bgTransition 2.5s ease forwards;
}

.profile-img-curriculo {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 2px solid white;
}

@media (max-width: 1000px) {
	.profile-img-curriculo {
		width: 160px;
	}
}