@charset "utf-8";
/* CSS Document */
.container {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #dfecf4;
    font-size: 16px;
    resize: none;
}
.countres {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: inline-block;
    text-align: center;
    width: 45%;
}
h1.title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
