body {
    background-color: #ece7df;
    font-family: 'times new roman', times, serif;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 800px;
    text-align: justify;
    padding: 50px;
}

.rodion {
    text-align: center;
    width: 450px;
    
}

.half_background {
  background: linear-gradient(to top, rgb(209,175,128) 50%, transparent 50%);
}

  a:link {
  color: rgb(142, 106, 70);
}
  
  a:visited {
  color: rgb(55, 31, 3);
}

a:hover {
  color: rgb(209, 175, 128);
}