body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', 'Helvetica', Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
.header {
    padding: 1em 2em;
    background-color: #3d5a80;
    color: white;
    font-family: 'Racing Sans One', cursive;
    font-size: 1.1em;
    letter-spacing: .3em;
}
.header h1 {
    text-align: center;
}
.description {
    padding: 2em 2em;
    color: #293241;
    background: #98c1d9;
}
.description p,
.test-area {
    margin: 0 auto;
    max-width: 550px;
}
.test-area {
    margin-bottom: 4em;
    padding: 0 2em;
}
.test-wrapper {
    border: 10px solid #adb5bd;  /* Change the color to show different state. */
    border-radius: 10px;
    display: flex;
}
#origin-text {
    margin: 1em 0;
    padding: 1em 1em 0;
    background-color: #ededed;
    border-radius: 5px;
}
#origin-text p {
    margin: 0;
    padding-bottom: 1em;
}
.test-wrapper textarea {
    flex: 1;
}
.bottom {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.timer {
    font-size: 3em;
    font-weight: bold;
    font-family: 'Teko', sans-serif;
}
#reset {
    padding: .5em 1em;
    font-size: 1.2em;
    font-weight: bold;
    color: #293241;
    background: white ;
    border: 10px solid #293241;
}
#reset:hover {
    color: white;
    background-color: #293241;
}
