body {
  font: 16px  "Pathway Gothic One", sans-serif;
  letter-spacing: 1px;
  color: #b6b6b6;
  background: #000000 url(bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #555;
}

a img {
  border: 0;
}

b {
  color: #111;
  font-weight: bold;
}

::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid;
}

::-webkit-scrollbar {
  width: 7px;
  height: 4px;
  background: transparent;
}



.title {
  text-transform: uppercase;
  color: #fff;
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 1px 4px;
  margin-bottom: 4px;
  border-top-left-radius: 5px;
}

.date {
  color: #c0c0c0;
  text-align: right;
  padding-right: 10px;
}

#centerBox {
  display: flex;
  gap: 20px;
  margin: 50px 0;
  max-width: 800px;
  width: 100%;
}

.email b{
  display: none;
}

#logo {

  margin: auto;
    text-align: center;

}
.title-ankh
{
  font-size: 60px;


}

.title-banner
{
  text-transform: uppercase;
  color: #fff;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  padding: 1px 4px;
  margin-bottom: 4px;
  border-top-left-radius: 5px;

}

#main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 900px;
}

#menu {
  background: #000000 url() no-repeat center center;
  height: 60px;
  border: 0px solid #ffffff;
  position: relative;
}

#navigation {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 5px;
  gap: 5px;
  position: absolute;
  flex-wrap: wrap;
  bottom: 2px;
  left: 5px;
}

#navigation li a {
  display: block;
  padding: 2px 20px;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 16px;
  text-transform: lowercase;
  border-radius: 0;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  background: #000;
  border: 1px solid #555;
}

#navigation li a:hover {
  color: #fff;
  background-color: #777;
}

#content {
  background: #131313;
  padding: 4px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
}

textarea {
  font: 16px calibri;
  letter-spacing: 1px;
}
