h1 {
	color: #FF1CC1;
	font-family: sans-serif, Helvetica, Arial;
}

h2 {
	color: #B130FA;
}

p {
	color: #C8B8ED;
	font-size: 1.03rem;
	font-weight: 500;
}

@media (max-width: 700px) {
	.myPhoto {
		border: 0.2rem solid #48D3ED;
		border-radius: 90%;
		width: 10rem;
	}

	.content-presentation {
		width: 100%;
	}

	.content-photo {
		position: absolute;
		margin-left: 30rem;
		margin-top: 5.6rem;
	}

	@media (max-width: 700px) {
		.myPhoto {
			border: 0.2rem solid #48D3ED;
			border-radius: 90%;
			width: 5.5rem;
		}
	}

	@media (max-width: 640px) {
		.content-photo {
			position: absolute;
			margin-left: 28.5rem;
			margin-top: 1rem;
		}

		.myPhoto {
			border: 0.2rem solid #48D3ED;
			border-radius: 90%;
			width: 4.8rem;
		}
	}

	@media (max-width: 551px) {
		.content-photo {
			position: absolute;
			margin-left: 22rem;
			margin-top: 2rem;
		}

		.myPhoto {
			border: 0.2rem solid #48D3ED;
			border-radius: 90%;
			width: 8rem;
		}
	}

	@media (max-width: 505px) {
		.content-photo {
			position: absolute;
			margin-left: 20rem;
			margin-top: 4.2rem;
		}

		.myPhoto {
			border: 0.2rem solid #48D3ED;
			border-radius: 90%;
			width: 7rem;
		}
	}

	@media (max-width: 545px) {
		.content-photo {
			position: absolute;
			margin-left: 20rem;
			margin-top: 3.2rem;
		}

		.myPhoto {
			border: 0.2rem solid #48D3ED;
			border-radius: 90%;
			width: 7rem;
		}
	}

	@media (max-width: 450px) {
		.content-photo {
			position: absolute;
			margin-left: 17rem;
			margin-top: 9.2rem;
		}

		.myPhoto {
			border: 0.2rem solid #48D3ED;
			border-radius: 90%;
			width: 7rem;
		}
	}

	@media (max-width: 420px) {
		.content-photo {
			position: absolute;
			margin-left: 16rem;
			margin-top: 9rem;
		}

		.myPhoto {
			border: 0.2rem solid #48D3ED;
			border-radius: 90%;
			width: 7rem;
		}
	}

	@media (max-width: 390px) {
		.content-photo {
			position: absolute;
			margin-left: 16rem;
			margin-top: 10rem;
		}

		.myPhoto {
			border: 0.2rem solid #48D3ED;
			border-radius: 90%;
			width: 5.5rem;
		}
	}

	@media (max-width: 383px) {
		h1 {
			font-size: 45px;
		}
	}

	@media (max-width: 360px) {
		.myPhoto {
			display: none;
		}
	}

	@media (max-width: 360px) {
		h1 {
			font-size: 35px;
		}

		h2 {
			font-size: 27px;
		}

		p {
			font-size: 20px;
		}
	}

	@media (max-width: 250px) {
		.content-presentation {
			margin-top: 2.5rem;
		}
	}

	@media (max-width: 220px) {
		h1 {
			font-size: 30px;
		}

		h2 {
			font-size: 22px;
		}

		p {
			font-size: 18px;
		}
	}
}

/*# sourceMappingURL=presentation.css.map */