body {
    font-family: Arial, sans-serif;
    font-size: 1rem;
}


.firstPlace {
    margin-top: 0px;
    border: 4px solid gold;
}
.secondPlace {
    margin-top: 200px;
    border: 4px solid silver;
}

.thirdPlace {
    margin-top: 400px;
    border: 4px solid #cd7f32;;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #f8f9fa;
  margin-top: 40px;
  border-top: 1px solid #cccc;
}

h1 {
    text-align: center;
}

h2 {
  width: 100%;
  border: 2px solid grey;
  background-color: #f5f5f5;
  padding: 10px 0;
  text-align: left;
  margin-bottom: 40px;
  font-size: 1.56rem;
}

h2 a {
  text-decoration: none;
  margin: 0 15px;
  color: grey;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-block;
  transition: color 0.3s;
}

h2 a:hover {
  color: #bbbb;
}


h2 a.active {
  color: #cccc;
  pointer-events: none;
}

h5 {
    margin-bottom: 40px;
}

#kozepre {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.linkKozepre a {
    color: #0044cc;
    text-align: center;
    display: block;
}

.linkKozepre a:visited {
    color: #888888;
}

table {
    width: 50%;
    border-collapse: collapse;
    margin: 0 auto;
}

thead th {
    background-color: #a0a0a0;
    color: white;
    text-align: center;
    padding: 12px 8px;
    border: 1px solid #888888;
    vertical-align: middle;
}

tbody td {
    background-color: #e0e0e0;
    text-align: center;
    padding: 14px 8px;
    border: 1px solid #888888;
    vertical-align: middle;
}


.Nike {
    border: 1px solid black;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    margin-bottom: 50px;
}

.Adidas {
    border: 1px solid black;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    margin-bottom: 50px;
}


#nikeKozepre {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: center;
}

#nikeKozepre::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: gray;
}

#adidasKozepre {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 5px;
    text-align: center;
}

#adidasKozepre::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 50%;
    height: 3px;
    background-color: gray;
}

.ikonikusLista {
    flex-direction: column;
}

.cim {
    font-weight: bold;
}

.ikonikusLista ul {
    padding-left: 165px;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 100;
    padding: 8px 16px;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    clip: auto;
}

figcaption {
    text-align: center;
}

#background {
    background-image: url(drake-pure-24k-gold-nike-air-jordan-msenna-study-ovo-side.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

#kozepreP {
    text-align: center;
}


.high-contrast {
    background-color: black;
    color: yellow;
    font-size: 1.4em;
}

.high-contrast a {
    color: cyan;
}

.high-contrast h1,
.high-contrast h2,
.high-contrast h3,
.high-contrast label {
    font-size: 1.6em;
    font-weight: bold;
}

.high-contrast footer {
    background-color: black;
    color: yellow;
}

.high-contrast footer a {
    color: cyan;
}

.high-contrast a:visited {
    color: rgb(53, 7, 190);
}

.high-contrast nav a.active {
    color: orange;
    font-weight: bold;
}
