/* CSS Document */

.centrovat {
  text-align: center;
}

.vpravo {
  text-align: right;
}

hr{
  width: 33%;
  margin: auto;
}

