.container {
    padding: 2rem 0rem;
  }
  textarea {
    resize: none; /* Prevent resizing of textareas */
    font-size: 14px; /* Adjust font size */
    height: 100%; /* Ensure the textareas fill their parent container */
}
.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-exclamation-triangle-fill" viewBox="0 0 16 16"%3e%3cpath d="M8.354 1.146a.5.5 0 0 0-.708 0L1.146 7.646a.5.5 0 0 0 0 .708l6.5 6.5a.5.5 0 0 0 .708 0l6.5-6.5a.5.5 0 0 0 0-.708L8.354 1.146zm.353 11.353a.5.5 0 0 0-.353.147v.001a.5.5 0 0 0-.147.353v.001a.5.5 0 0 0 .5.5h.001a.5.5 0 0 0 .353-.147l.354-.354.354.354a.5.5 0 0 0 .707-.707l-.354-.354.354-.354a.5.5 0 0 0-.354-.853l-.354.354-.354-.354a.5.5 0 0 0-.707.707l.354.354-.354.354a.5.5 0 0 0 .147.853h.001z" /%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.btn {
    color: black;
    background-color: lightcoral;
}

#clickme{
    color: rgba(88, 56, 207, 0.959);
    font-size: x-small;
    padding-right: 10%;
}