#header{
  background: linear-gradient(#493FC3, #4591CB);
  padding-bottom: 50px;
}

.blue{
  background: linear-gradient(#4591CB, #493FC3);
  color: white !important;
}

.blue h2, .blue h3{
  color: white !important;
}

.usnadnime{
  clear:both;
  float:right;
  width: 50%;
  margin-top: 30px;
}

.usnadnime:nth-of-type(2n+1){
  float: left;
}

#content h2, #content h3, p{
  text-align: center;
}

.blue h3, .blue p{
  text-align: left !important;
}

.blue ol{
  list-style-position: inside;
}

.blue img{
  float: left;
  width: 35%;
  margin-top: 90px;
}

.blue img:nth-of-type(2n+1){
  float: right;
}

p{
  width: 100%;
  max-width: 500px;
}

#content ul, #content ol{
  width: auto;
  display: inline-block;
  padding-left: 0px;
  padding-inline-start: 0px;
}

#content p, #content ul, #content ol{
  margin: 0 auto;
}

img.header-table{
  width: 600px;
  float: right;
  margin-right: -200px;
  margin-top: 120px;
}

.header-logo{
  margin-top: 200px;
}

.header-logo img{
  width: 230px;
}

