hr {
  width: 70%;
  border-top: 1px solid orange;
}

h1 {
  text-align: center;
  color: orange;
}
.punkty {
  text-align: center;
}
h2 {
  color: blue;
}
li {
  list-style-type: circle;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
table {
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-color: red;
  text-align: center;
}
a:link {
  color: orange;
}

a:hover {
  color: red;
}

a:active {
  color: blue;
}

a:visited {
  color: red;
}
