/* label {
    font-size: 18px;
} */

/* textarea, input, select, .btn{
    width: 100%;
    font-size: 20px;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
} */

/* .container {
    display: flex;
} */

/* .input-output-divs {
    margin: 2rem;
    width: 45%;
} */
.input-attributes{
    margin: 1rem;
    width: 12rem;
}
/* button.btn {
    border-radius: 5px;
    background-color: rgba(19, 177, 19, 0.388);
    cursor: pointer;
} */
/* button.btn:hover {
    background-color: rgba(19, 177, 19, 0.601);
} */
/* input[type=radio]{
    width: 50%;
    padding: 20px;
} */
h1{
    text-align: center;
    color: rgba(9, 80, 180, 0.658);
}
.watermark {
    opacity: 0.5;
    color: rgb(207, 207, 207);
    position: fixed;
    top: auto;
    left: 85%;
}
textarea{
    height: 15rem !important;
    resize: none !important;
}