
body 	{
	background-color: #f5f5f4; /* off-white */
	padding: 60px; /* margem superior */
	width: 600px; /* largura da coluna */
	margin: 0px auto; /* mantém coluna centralizada */
	}

p 	{
	font-size: 26px; /* corpo */
	font-weight: 400; /* peso */
	color: #black; /* cor */
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.2px; /* entreletra */
	line-height: 45px; /* entrelinha */
	text-rendering: optimizeLegibility;
	}

.bold 	{
	font-size: 26;
	color: #black;
	font-family: "Poppins", sans-serif;
	<!-- text-transform: uppercase; -->
	letter-spacing: 2px;
	font-weight: 600;
	text-rendering: optimizeLegibility;
}

.big 	{
	font-size: 70;
	color: #black;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	<!-- text-transform: uppercase; -->
	letter-spacing: 2px;
	line-height: 90px; /* entrelinha */
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.site 	{
	font-size: 22px; /* corpo */
	font-weight: 500; /* peso */
	color: #black; /* cor */
	font-family: "Poppins", sans-serif;
	letter-spacing: 4px; /* entreletra */
	line-height: 45px; /* entrelinha */
	text-rendering: optimizeLegibility;
	}


/*
a {
	color: #ff0000;
	text-decoration: none;
}

a:hover {color: #ff6666;}

.designer {
	color: #ff0000;
	font-family: "Lexend", sans-serif;
	<!-- text-transform: uppercase; -->
	letter-spacing: 2px;
	font-weight: 700;
}


.premio {
	color: #ff0000;
	font-family: "Lexend", sans-serif;
	<!-- text-transform: uppercase; -->
	letter-spacing: 2px;
	font-weight: 900;
}



.typedesigner {
	color: #ff9900;
	font-family: "Lexend", sans-serif;
	<!-- text-transform: uppercase; -->
	letter-spacing: 2px;
	font-weight: 700;
}

.editor {
	color: #0000ff;
	font-family: "Lexend", sans-serif;
	<!-- text-transform: uppercase; -->
	letter-spacing: 2px;
	font-weight: 700;
}


h1 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	color: #95425A;
	text-transform: uppercase;
	letter-spacing: 10px;
	border-top: 1px solid #354E62;
	padding-top: 10px;
	}

h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	border-bottom: 1px solid #354E62;
	padding-bottom: 10px;

}

h3 {
	font-size: 13px;
	line-height: 0px;
	font-weight: 200;
	color: 95425A;
	text-transform: uppercase;
	letter-spacing: 10px;
	padding-top: 18px;

}


ul {
	font-size: 16px;
	list-style: none;
	padding-left: 0px;
}

.curso {
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	padding-bottom: 22px;
	#display: block; #quebra a linha automaticamente
}

.prof {
	font-size: 11;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}



img {max-width: 100%;}
