/*
  @file
  Cascading style sheets (CSS) file for the web application.

  @copyright
  Copyright (c) 2025, Codevenience Organization. All rights reserved.<BR>

  SPDX-License-Identifier: BSD-3-Clause

  @par reference

*/

textarea {
  resize: none;
}

main > .container {
  padding: 60px 15px 0;
}
