@font-face {
  font-family: 'Lovelo Black';
  src: url('fonts/LoveloBlack.otf') format('opentype');
}

@font-face {
  font-family: 'Titilium';
  src: url('fonts/TitilliumWeb-Regular.ttf') format('opentype');
}

h1 {
  font-family: Lovelo Black;
  font-size: 84px;
  background-color: #f1e7d1;
  color: #677957;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;  
  background-size: 50%;
  margin: 0;
}

p{
  font-family: 'Titilium';
  font-weight: 100;
  font-size: 26px;
  background-color: #677957;
  color: #f1efeb;
  margin-top: 0px;
  padding: 0;
  display: grid;
  row-gap: 0;
  margin: 0;
}

p#krzew{
  font-family: 'Titilium';
  font-weight: 100;
  font-size: 26px;
  background-color: #f1e7d1;
  color: #f1efeb;
  margin-top: 0px;
  padding: 0;
  display: grid;
  row-gap: 0;
  margin: 0;
}

a{
  margin-bottom: 10px;
  text-decoration: none;
  color: #f1e7d1;
  margin-left: 50px;
}

b{
  margin-bottom: 10px;
  text-decoration: none;
  color: #677957;
  margin-left: 50px;
}

a#opis{
  font-family: Lovelo Black;
  text-align: center;
  font-size: 60px;
  margin-top: 40px;
}

b#opis{
  font-family: Lovelo Black;
  text-align: center;
  font-size: 60px;
  margin-top: 40px;
}

a#text:hover {
  color: #f1e7d1;
  font-weight: bold;
}


b#text:hover {
  color: #677957;
  font-weight: bold;
}

