  body {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      background-color: #ffff99;
  }

  h1 {
      color: red;
      text-align: center;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      text-transform: uppercase;
  }

  p {
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-align: center;
  }

  .green {
      color: green;
      text-align: center;
  }

  .blue {
      color: blue;
      text-align: center;
  }

  .yellow {
      color: yellow;
      text-align: center;
  }

  .word-list {
      text-align: left;
  }

  .bg_green {
      background-color: green;
  }

  .spec {
      background-color: red;
      font-size: 16px;
      font-weight: bold;
  }

  .kod {
      font-family: 'Courier New', Courier;
  }

  img {
      display: block;
      margin: auto;
      width: 300px;
      border-radius: 2px;
      border-color: black;
      border-style: solid;
  }

  .imageText {
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
  }

  ol {
      color: black;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
  }

  .line-For-List {
      width: 50%;
      text-align: left;
      margin-left: 0;
  }

  a {
      color: #666666;
      font-size: 16px;
      text-decoration: none;
  }

  a:hover {
      text-decoration: underline overline;
  }

  textarea{
    resize: none;
    background-color: lightgreen;
  }