* {
  margin: 5px;
  padding: 0;
  outline: 0;
}
html,
body,
#root {
  height: 100%;
}
body {
  font-family: "Krona One", Arial, Helvetica, sans-serif;
  background-color: #2c2220;
}
main {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 50px;
  font-size: 25px;
}
.middle p:nth-child(odd) {
  color: #6d423b;
}
.middle p:nth-child(even) {
  color: #642920;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 1.2rem 0;
}
footer p {
  color: #6d6e71;
  font-size: 9px;
}
footer .item {
  display: flex;
  gap: 15px;
}
footer .item-custom {
  display: flex;
  gap: 6px;
  align-items: flex-end;
}
footer .item-custom-2 {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .item-custom-2 a {
  color: #707070;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
}
