body {
  background-image: url("/stars4.gif");
  background-color: black;
  color: black;
  font-family: Verdana;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  text-align: center;
  position: relative;
  max-width: 1000px;
  min-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 5px ridge;
  border-color: lavender;
  border-radius: 10px;
  margin-top: 130px;
  padding: 10px;
  background-image: url("/abstract2.png");
  box-sizing: border-box;
}

.entries {
  border: ridge white 5px;
  border-radius: 10px;
  background: black;
  width: 70%;
  margin-left: 5px;
  overflow: scroll;
}

.navigation {
  border: ridge white 5px;
  border-radius: 10px;
  background: black;
  padding-left: 5px;
  margin-bottom: 5px;
}

.sidebar {
  width: 30%;
  margin-right: 5px;
}

.linky {
    text-decoration: none;
    font-size: 18px;
    color:lavender;
    font-family:"Times New Roman";
    margin-right:10px;
    margin-bottom:30px;
    margin-left:10px;
}

.pin {
  height: 17px;
  image-rendering: crisp-edges;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}