body{
	background: rgb(242,190,192);
	background: linear-gradient(45deg, rgba(242,190,192,1) 0%, rgba(137,201,207,1) 100%);
	background-attachment: fixed;
}

.mt-10 {
  margin-top: 10%;
}

.block {
	background: rgba(0,0,0,0.6);
	width: 40%!important;
	border-radius: 20px;
	border-left: solid 2px #11b8c7;
	border-right: solid 2px #11b8c7;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
}

.co {
	text-align: center;
	font-weight: 600;
}
