.topnav {
  background-color: #000000;
  overflow: hidden;
}

.topnav a {
  float: center;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ffffff;
  color: #000000;
}

.topnav a.active {
  background-color: #ffffff;
  color: #000000;
}

body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 18px;
  background: url(slike/abstractthing2.png) fixed;
  animation: scroll 25s linear infinite;
  -webkit-animation: scroll 25s linear infinite;
}
@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1500px 0;
  }
}
@-webkit-keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1500px 0;
  }
}

header {
  color: #ffffff;
}

marquee {
  float: none;
  background-color: #0f0fff;
  color: #000000;
}

.gallery {
  margin: 5px;
  float: left;
  padding: 5px;
  width: 200px;
}

.gallery:hover {
  background-color: #ffffff;
}

.gallery img {
  width: 100%;
  height: auto;
}

.nasredini {
  max-width: 800px;
  margin: auto;
}

.uvodnastran {
  max-width: 1300px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.textbox {
  width: 400px;
  border: 15px solid #000000;
  padding: 50px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  max-width: 700px;
  color: #0007d7;
}

.Liza {
  float: left;
}

.Blondi {
  float: right;
}

footer {
  text-align: center;
  padding: 5px;
  width: 100%;
  color: #ffffff;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

h1 {
  text-align: center;
}

.invisibox {
  text-align: center;
  width: 800px;
  max-width: 800px;
  margin: auto;
  color: #0f0fff;
}

.invisibox2 {
  width: 900px;
  max-width: 1000px;
  margin: auto;
}

.comminfobox {
  width: 800px;
  float: left;
  border: #000000;
  background-color: #000000;
  margin-top: 20px;
  margin-left: 40px;
  color: #0f0fff;
  border-radius: 25px;
}

.title {
  padding: 5px;
  padding-left: 40px;
}

.prices {
  padding-left: 40px;
  border: #0f0fff;
}

hr {
  color: #0f0fff;
}

.anotherbox {
  border-radius: 25px;
  width: 300px;
  float: right;
  background-color: #000000;
  border: 20px solid #000000;
  margin-right: 50px;
  margin-top: 20px;
  color: #0f0fff;
}

p a {
  text-decoration: none;
  color: #0f0fff;
}

.info {
  max-width: 1300px;
  margin: auto;
}

.info h1 {
  color: #ffffff;
}

.grid-parent {
  display: grid;
  grid-template-columns: auto;
}
