.pacifico-font {
  font-family: "Pacifico", cursive;
  font-weight: normal;
  font-size: 40px;
}

.first-container {
  margin-top: 100px;
}

:target:before {
  /* ustawia margines kotwicy*/
  content: "";
  display: block;
  height: 60px; /* fixed header height*/
  margin: -60px 0 0; /* negative fixed header height */
}

small {
  color: grey;
}

a {
  cursor: pointer;
}

div.landscape {
  background-image: url(../img/project.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  margin-top: 25px;
  margin-bottom: 40px;
}
div.landscape2 {
  background-image: url(../img/coffe.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  margin-top: 45px;
  margin-bottom: 40px;
}

footer.footer {
  background-color: black;
  height: 100px;
  color: white;
  margin-top: 50px;
}

div.foot {
  margin-top: 35px;
}

.main-menu {
  margin-top: 30px;
}

.but {
  background-color: black;
  color: white;
}

.center {
  display: block;
  margin: 0 auto;
}
h2 {
  padding-bottom: 15px;
}

li {
  margin: 4px 0;
}
