       body{
   background-color:#fff;
   font-size: 18px;
   font-family: Georgia;
   }
   nav{
    text-align: center;
    padding: 20px;
   }
    .main-link{
    margin-right: auto;
    }

   .main-block{
   width:70%;
   text-align: center;
   margin: 0 auto;
   }
   .main-title{
   margin-top:35px;
   color:Black;
   }
   .date{
        color:lightGrey;
        text-align:left
   }
   .info{
        text-align: justify;
        line-height: 1.5;
        border: 2px solid LightGrey;
        margin-bottom: 40px;
        padding: 20px;
        }