
body {
  background-color: rgb(32, 137, 116); /
}


.topnav {
  overflow: hidden;
  background-color: #000000;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgb(32, 137, 116);
  color: white;
}


.images-overons {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.vlak {
  background-color: rgb(21, 105, 88);
  padding: 20px;
  padding-bottom: 60px;
  border-radius: 20px;
  box-shadow: 0px 2px 8px black;
  text-align: center;
  color: black; 
}

.overons-info {
  display: flex;
  justify-content: center;
  gap: 300px;
  padding: 100px;
  border-radius: 20px;
}


a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #ccc;
}


.vlak a,
.color-a,
.vlak a:link,
.vlak a:visited,
.vlak a:hover,
.vlak a:active {
  color: black;
  text-decoration: none;
}

.jesse:hover {
  transform: scale(1.02);
}

.maxim:hover {
  transform: scale(1.02);
}

.sem:hover {
  transform: scale(1.02);
}

footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer a {
  color: white; 
  text-decoration: none;
  margin: 0 10px;
}

footer a:hover {
  text-decoration: underline;
}

