/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

.body {
  background:#EEE;
  color: black;
  font-family: Verdana;
}
.picture
{
 float: left; 
    padding: 4px; 
    margin: 10px 20px 5px 5px;
  

  }
  .center{
    margin: 10px 20px 10px 500px;
    text-align: center;
    }

 .zab{
    margin: 20px 40px 20px 20px;
  
   }
  
    .stolb {
      padding: 4px; 
    margin: 10px 10px 5px 20px;
      }
  
    .ror{
      float:right; 
    padding: 4px; 
    margin: 0 10px 5px 0;
      }