@font-face {
  font-family: "Marchila";
  src: url("fonts/Marchila.otf");
}

@font-face {
  font-family: "Bodoni BK BT";
  src: url("fonts/bodoni-bk-bt-book.ttf");
}

html,
body {
  height: 100%;
}

body {
  background-color: #fde8e2;
  font-family: "Bodoni BK BT", "Marchila", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.container {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.box {
  text-align: center;
  color: black;
  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header span {
  margin-top: 5px;
  color: #a4863b;
  font-size: large;
}

.logo {
  width: 300px;
}

.content {
  flex: 1;
  justify-content: start;
}

.content .message {
  font-size: larger;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000066;
  flex-direction: column;
}
