body {
	/* background-color: purple; */
	background-color: white;
	font-family: 'Arial', consolas;
	/* Na identidade visual ta gotham black mas ela e mto feia */
	color: #555555;

}

.center {
	display: flex; 
	justify-content: center;
	align-items: center;
	text-align: center;
}

h1 {
	color: #662d91;
}

select, textarea, button {
	height: 30px;
}

.inputs {
	height: 35px;
}

.inputs label {
	border: 10px solid transparent;
}

p {
 	
}

.logo{
	height: 20vh;
}

.bclass{
	border: 10px solid transparent;
}

table{
	width: 70vw;
}

#tabdiv {
	border: 50px solid transparent;
}

#tab img {
	height: 70px;
	table-layout: fixed;
}