body {
  background-color: #f4a65d;

}
footer {
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 2rem;
}
footer a{
text-decoration: none;
  color: #7f4604;
}
h1{
font-size: 2rem;
  justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;

}
.dp{
border-radius: 15px;
  border: #7f4604 solid 10px;
  background-color: #7f460481;
}
.drewno{
border-radius: 15px;
  border: #7f4604 solid 10px;
  background-color: #7f460481;
}
