@charset "utf-8";

*
{
	border: none;
	padding: 0px;
	margin: 0px;
	resize: none;
	text-decoration: none;
	list-style: none;
	outline: none;
  scrollbar-width: thin;
  scrollbar-color: #dedede #f5f5f5;  
}


html, body
{
	width: 100%;
	font-family: verdana;
	font-size: 18px;
	background: #000;
	color: #fff;
}

.header
{
	display: flex;
	align-items: center;
	width: 100vw;
}


.desc-curso
{
	width: 100%;
	text-align: center;
}

.desc-curso h3, .desc-curso h4
{
	font-size: 3vw;
}