body {
    font-family: Arial, sans-serif;
    background-color: #d1ca7ced;
    margin: 5;
  }

  h1 {
    color: #f38a12;
  }

  h2 {
    color: #04AA6D;
    margin-top: 25px;
  }

  a:visited {
  color: brown;
}

  a:hover {
  color:bisque;
}

   fieldset {
    margin-top: 20px;
    margin-bottom: 5px;
   }

  .comments {
    margin-top: 10px;
    margin-bottom: 3px;
    display: inline-block; /*ВАЖНО: margin property работает ТОЛЬКО с блоками, поэтому превратил его в БЛОК ЭТОЙ СТРОКОЙ*/
   }