body, html {
  height: 100%;
  margin: 0;
}

.bg {
  background-color: black;
}

.navbar {
  background-color: black;
}

p {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin-left: 120px;
}

.btn {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
}

button {
  margin-left:0;
}

h1 {
  font-size: 35px;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
}

h2 {
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
}

h3 {
  font-size: 19px;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
}

h4 {
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin-left: 120px;
}

a {
  color: #6b6969;
}

a:hover {
  color: #6b6969;
  text-decoration: none;
}

ol {
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  list-style-position: inside;
  margin-left: 100px;
  font-size: 20px;
}

table.glavna {
	 border: none;
	 border-collapse: collapse;
	 width: 80%;
	 margin: 0 auto;
}

td.sadrzaj_sve {
	text-align: center;
	background-color: #ffffff;
}

footer {
  position: fixed;
  left: 0;
  bottom: -2px;
  width: 100%;
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1.17);
}
