#title {
    margin-top: 30px;
    margin-left: 10%;
    margin-bottom: 5px;
}

#text_area {
    height: 250px;
    width: 80%;
    margin-top: 10px;
    margin-left: 10%;
    padding: 10px 5px;
}

#clr_button {
    margin-top: 50px;
    margin-left: calc(50% - 75px);
    width: 150px;
    height: 50px;
    border: 1px solid #444;
    border-radius: 3px;
    cursor: pointer;
    background: #B0C4DE;
    color: #000;
}
#clr_button:hover {
    background: #fff;
}
#clr_button:active {
    background: #fff;
    margin-top: 52px;
}

#counter {
    text-align: center;
}

#option {
    text-align: center;
}
