.all-container {
  background-color: #62567b;
  border: solid;
  border-color: #a89fbc;
  justify-content: center;
  width: 800px;
  text-align: center;
}

.header-container h1 {
  justify-content: space-evenly;
  color: #e0e0d6;
}

.navbar {
  background-color: #62567b;
  width: 200px;
}

.navbar img {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.navbar li {
  border-style: solid;
  border-width: 2px;
  border-left: 0;
  border-color: #a89fbc;
  text-align: left;
}

.navbar li a {
  text-decoration: none;
  color: #e0e0d6;
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
}

body {
  background-image: url("../media/bgs/stars2.gif");
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.first-row {
  display: flex;
  flex-direction: row;
}

.site-greeting {
  background-color: #62567b;
}

.first-row {
  display: flex;
}

.first-row-right {
  flex-grow: 1;
  border-color: #a89fbc;
  border-style: solid;
  border-width: 2px;
  border-right: 0;
  color: #e0e0d6;
}
