*{
	font-family: cursive;
}
.container{
	width: 50%;
	margin: 0 auto;
}
.desc{
	border-radius: 15px 15px 0 0;
	background-color:#F39189;
	color: #94DAFF;
	padding: 5px;
}
.desc p{
	margin: 0;
}
.text{
	padding: 15px;
	margin-top: 0;
	background-color:#94DAFF;
	border-radius: 0 0 15px 15px;
	display: none;
}
.fullBord{
	border-radius: 15px;
	background-color:#F39189;
	color: #94DAFF;
	padding: 5px;
}
.fullBord p{
	margin: 0;
}
.taskProgress{
	position: fixed;
	top: 40vh;
	left: 1vw;
	color: #94DAFF;
}
.taskProgress p{
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
}
.timeProgress{
	position: fixed;
	top: 1vh;
	left: 1vw;
	color: #94DAFF;
}
.timeProgress p{
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;
}
.sound{
	width: 65%;
	text-align: center;
	margin-bottom: 30px;
	display: none;
}
audio{
	outline: none;
}
.answer{
	width: 40%;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content:center ;
}
#inputTask2{
	flex-grow: 1;
	font-size: 15px;
	border: none;
	padding: 10px;
	border-bottom: 1px solid #99FEFF;
}
#inputTask2:focus{
	outline: none;
}
#btnTask2{
	border-radius: 0 10px 10px 0;
	flex-grow: 1;
	font-size: 15px;
	color: whitesmoke;
	background-color:#F39189;
	border: none;
	border-bottom: 1px solid #99FEFF;
}
#btnTask2:hover{
	cursor: pointer;
}
canvas{
	width: 20vw;
}
#nextTask{
	display: flex;
	text-decoration: none;
	position: fixed;
	right: 2vw;
	bottom: 45vh;
	width: 180px;
	height: 8vh;
	font-size: 25px;
	color: #94DAFF;
	background-color:#F39189;
	border: none;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	display: none;
}
#start{
	width: 250px;
	height: 5vh;
	font-size: 25px;
	color: #94DAFF;
	background-color:#F39189;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 50px;
	margin-top: 3%;
}