body{
	background-size: 28px 28px;
	background-image:  repeating-linear-gradient(0deg, #9298fa, #9399ff 1.4000000000000001px, #f5f5f5 1.4000000000000001px, #f5f5f5);
	
}
.timer {
	font-size: 32px;
	text-align: left;
	align-content: left;
		color: white;
	padding: 0;
	margin: 0;
}
.timerbutton{
	font-size: 2rem;
	color: red;
	background-color: white;
}

.mycontainer {
	background-image: none;
	background-color: white;
	width: 85%;
	margin: auto;
	border-radius: 10px;
	padding: 10px;
	padding-bottom: 50px;
	padding-top: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.submitbutton{
	float: right;
	background-color: #1DB954;
	color: white;
}
.promptline{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
textarea {
    display: block;
    width: 100%;
	height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.backtohome {
	float: right;
}
#wordCount{
	display: inline;
}
.title{
	text-align: center;
}

@media(max-width: 1068px){
	.countdown{
		font-size: 24px;
	}

	.optionsbutton{
		font-size: 24px;
	}
	.promptline{
		font-size: 30px;
	}
	.mycontainer{
		width: 95%;
		margin: auto;
		font-size:24px;
	}
	.button{
		font-size: 24px;
	}
	.submitbutton{
		height: 50px;
		font-size: 24px;
	}
	#backtohome{
		height: 50px;
		font-size: 24px;
	}

}