body {
  background-color: #36122A;
  font-family: "Modern Antiqua", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #1A1919;
  text-align: center;
}

a {
  color: #341331;
  text-decoration: none;
}

a:hover {
  color: #341331;
  text-decoration: none;
  font-style: italic;
}

h1 {
  font-size: 18px;
  color: #330D2F;
  text-align: center;
}

h2 {
  font-size: 16px;
  color: #330D2F;
  text-align: center;
}

h3 {
  font-size: 14px;
  color: #330D2F;
  text-align: center;
}

ul {
  text-align: left;
}

.box {
  margin: 0 auto;
  position: absolute;
  top: 200px;
  left: 700px;
  width: 450px;
  height: 500px;
  border: 6px double black;
  background-color: #693855;
}

.sidebar {
  margin: 0 auto;
  position: absolute;
  top: 150px;
  left: 350px;
  width: 150px;
  height: 100px;
}

.sidebar2 {
  margin: 0 auto;
  position: absolute;
  top: 400px;
  left: 500px;
  width: 150px;
  height: 300px;
  border: 2px solid black;
  color: black;
  background-color: #693855;
}