* {
  font-family: monospace;
  box-sizing: border-box;
  color: #eee;
}
body, html {
  padding: 0;
  margin: 0;
  background-color: #0d0d0f;
}
body {
  padding: 5px;
}
header {
  text-align: center;
}
a, b {
  color: burlywood;
}
.tracking-header {
  display: flex;
  justify-content: center;
  gap: 10px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: #29292e;
  border-bottom: 1px solid white;
}
nav ul {
  text-transform: uppercase;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
nav ul li:first-child {
  padding-left: 8px;
  border-left: 2px solid #f94a4a;
}
nav ul li {
  padding-right: 8px;
  border-right: 2px solid #f94a4a;
}
main {
  padding: 5px;
}
h5,h4,h3,h2,h1,del{
  color: #f94a4a;
  padding-top: 2px;
  padding-bottom: 2px;
}
p {
  padding-top: 5px;
  padding-bottom: 5px;
}
.errored {
  text-decoration: dashed;
}
.colored {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #f94a4a;
}

.title {
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;
}
footer {
  border-top: 1px solid #eee;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  gap: 3px;
}

.blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.blocks a {
  display: block;
  width: 300px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.blocks.carinerie a {
  width: 500px;
}
.blocks a:hover {
  background: #29292e;
}
.blocks a span {
  color: burlywood;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.blocks a p {
  text-decoration: none;
  font-size: 13px;
  padding: 5px;
  margin: 0;
}

span.introduction p {
  text-align: center;
  font-size: 12px;
}
