@font-face {
  font-family: "Oswald";
  src: url("font/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  min-height: 100vh;
  font-family: "Oswald", sans-serif;
}

footer {
  color: rgb(255, 255, 255);
  margin-top: 20px;
  background-color: #000000;
  padding-top: 20px;
  padding-bottom: 10px;
}

.obrazek {
  filter: blur(1.5rem);
}

.img-kosik {
  max-height: 100px;
  max-width: 100px;
}

.navbar-nav > li {
  margin-left: 10px;
  margin-right: 10px;
}

.gallery {
  max-width: 700px;
}

.frame {
  height: 250px;
  width: 350px;
  overflow: hidden;
}

.img-thumbnail {
  object-fit: cover;
}

.img-thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  cursor: pointer;
}
