#body {
	color: rgb(128,0,128);
	margin-top: 2em;
	text-align: center;
}
#description {
	margin-top: 10px;
}
#footer {
	line-height: 1.8em;
	margin: 2em 1em 3em;
}
a {
	color: rgb(69,0,69)!important;
	font-weight: bold;
	text-decoration: none;
}
main {
	margin: auto;
	max-width: 500px;
}
#h3 {
	font-size: 1em;
	margin: 2em 0 3em;
}
button, #timer-label, #time-left, #break, #session, #session-length, #break-length {
	border-radius: 20px!important;
}
button {
	background-color: rgb(128,0,128);
	border: 0;
	color: #fff;
	min-height: 50px;
}
button:hover {
	background-color: rgb(69,0,69);
}
#timer-label, #time-left {
	background-color: rgb(255,226,255);
	display: inline;
	font-size: 2em;
	margin: 2em .3em;
	padding: .5em 1.2em;
}
#btn-timer {
	margin: 2em 0 3em;
}
#btn-timer > button {
	margin: 5px 15px;
	min-width: 160px;
	padding: .5em 2em;
}
#break, #session {
	background-color: rgb(255,226,255);
	display: inline-block;
	font-size: 20px;
	margin-right: 15px;
	margin-bottom: 1.2em;
	min-height: 50px;
}
#break-label, #session-label {
	display: inline-block;
	padding: .5em .8em;
	text-align: left;
	width: 170px;
}
#session-length, #break-length {
	background-color: rgb(255,187,255);
	display: inline-block;
	min-height: 50px;
	padding: .5em;
	width: 66px;
}
#btn-break, #btn-session {
	display: inline-block;
}
#btn-break > button, #btn-session > button {
	font-size: 25px;
	margin: 0px 7px;
	min-width: 70px;
}
