@import url('https://fonts.googleapis.com/css2?family=Playwrite+CA:wght@100..400&display=swap');

body {
	background-color: rgba(255, 192, 203, 0.781);
	margin: 0px;
	padding: 0px;
	transition: all 2s ease;
}

header {
	text-align: center;
	font-family: 'Playwrite CA', cursive;
	padding: 20px;
}

h1 {
	font-family: 'Playwrite CA', cursive;
	display: flex;
	justify-content: center;
	font-size: 28px;
	padding-left: 80px;
	white-space: nowrap;
	overflow: hidden;
	border-right: 3px solid black;
	width: 0;
	animation: typing 5s steps(56, end) forwards;
}

@keyframes typing {
	from {
		width: 0;
	}
	to {
		width: 56ch;
	}
}

h1::after {
	display: inline-block;
	width: 3px;
	background-color: black;
	animation: blink 0.75s step-end infinite;
	vertical-align: bottom;
	margin-left: 2px;
}

@keyframes blink {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}

h2 {
	font-family: 'Playwrite CA', cursive;
}

p {
	font-family: 'Playwrite CA', cursive;
}

img {
	max-width: 100%;
	height: 400px;
	border-radius: 30px;
	padding-top: 10px;
	box-shadow: 5px 9px 12px rgba(0, 0, 0, 0.3);
}

h2 {
	text-align: center;
}

footer {
	background-color: rgba(252, 229, 233, 0.781);
	padding: 10px;
	text-align: center;
}

iframe {
	padding-top: 50px;
}
.paragrafo {
	width: 200px;
	height: 40px;
	background: rgba(255, 223, 228, 0.781);
	border-radius: 10px;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	overflow: hidden;
	padding: 10px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.paragrafo:hover {
	width: 400px;
	height: 300px;
}

.i {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 150px;
	padding: 60px;
}
.ii {
	display: flex;
	justify-content: center;
	gap: 100px;
	padding-bottom: 60px;
	padding-top: 40px;
}

.imagem {
	max-width: 100%;
	height: 500px;
	border-radius: 15px;
	transition: transform 0.5s ease;
}

.imagem:hover {
	transform: translateY(-50px) scale(1.1);
}

.imagemm {
	max-width: 100%;
	height: 400px;
	border-radius: 15px;
	transition: transform 0.5s ease;
}

.imagemm:hover {
	transform: translateY(-40px) scale(1.1);
}

.paragrafoo {
	width: 200px;
	height: 40px;
	background: rgba(255, 223, 228, 0.781);
	border-radius: 10px;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	overflow: hidden;
	padding: 9px;
	text-align: center;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.paragrafoo:hover {
	width: 600px;
	height: 600px;
	align-items: right;
}

.teamo {
	margin-left: 33px;
}
