body {
  background-image: url("/images/krivec-ales_edit.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-top: 25px;
  margin-left: 10%;
  margin-right: 10%;

  /*background-color: bisque;*/
}

#header {
  font-family: "Courier New", Courier, monospace;
  text-shadow: 2px 2px 0px grey;
  display: flex;
  justify-content: center;
  border-width: 5px;
  border-style: solid;
  border-color: skyblue;
  border-radius: 10px;
  padding: 10px;
  background-color: rgb(212, 147, 191);
  box-shadow: 5px 5px turquoise;
}

#navigation {
  font-family: "Courier New", Courier, monospace;
  border-width: 5px;
  border-style: solid;
  border-color: skyblue;
  border-radius: 10px;
  padding: 10px;
  justify-content: center;
  background-color: rgb(212, 147, 191);
}

#spacer {
  padding: 25px;
}

#window {
  display: flex;
  justify-content: center;
  border-width: 5px;
  border-style: solid;
  border-color: skyblue;
  border-radius: 10px;
  padding: 10px;
  background: skyblue;
  box-shadow: 5px 5px turquoise;
}

#window2 {
  display: contents;
  justify-content: center;
  border-width: 5px;
  border-style: solid;
  border-color: skyblue;
  border-radius: 10px;
  padding: 10px;
  background: skyblue;
}

#p1 {
  font-family: "Courier New", Courier, monospace;
  line-height: 1.5;
}
