
/*
Theme Name: Idea for Future (v4)
Author: Twój Zespół
Description: Wersja z zielonym footerem.
Version: 1.2
*/

body {
  background-color: #f8f4ec;
  color: #686a4f;
  font-family: 'Raleway', sans-serif;
}

a {
  color: #686a4f;
  text-decoration: none;
}

header nav {
  display: flex;
  justify-content: flex-end;
}

header nav a {
  margin: 0 20px;
  font-size: 16px;
}

button, .button {
  background-color: #e3a27e;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  cursor: pointer;
}

footer {
  background-color: #686a4f;
  color: #f8f4ec;
}

footer a {
  color: #f8f4ec;
  margin: 0 10px;
}
