body {
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #151e5d;
  text-align: left;
  background-color: #fff;
}

.degust{
	width: 100%;
}
.item{
  margin: 15px;
}
#degust-item .btn{
	width: 100%;
	float: left;
}

#cad{
	padding: 20px;
	background-color: red;
}

.text{
	width:100%;
	text-align: left;
}

.resp{
	text-align: center;
	
}

.correcao{
	width: 350px;
	float: right;
	text-align: center;
}
.selSim{
	width: 100%;

}

.apres{
	font-weight: bold;
	color: blue;
	font-size: 15px;
}

.degustacao{
	margin-bottom: 200px;
	background-color: red;
}

