/* Készítette: Stonawski Benjamin 9.D */
body{
  background-image: url("img/hatter.png");
  padding: 5px 25px;
}

p{
  text-align: justify;
  text-indent: 2em;
  font-size: 16px;
}

ol li{
  margin-left: 15px;
}

li {
  font-size: 16px;
}

.hasab{
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
  line-height: 200%;
}

h1, h2{
  font-variant: small-caps;
  border-radius: 0px 25px;
  border-left: 2px solid #7F7F7F;
  border-bottom: 2px solid #7F7F7F;
  border-top: 0px solid #7F7F7F;
  border-right: 0px solid #7F7F7F;
  padding: 10px;
  width:500px;
}

a{
  text-decoration: none;
  color: #7F7F7F;
}

img{
  border: 1px solid #0F0F0F;
  box-shadow: 5px 5px 5px #7F7F7F;
  padding:15px;
  margin: 15px;
}

#vonalkazas{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fk{
  font-weight: normal;
  font-weight: bold;
}

#teljes{
  float:right;
  width: 280px;
}