body {
  background-color: black;
  background-image: url(https://img.freepik.com/premium-photo/abstract-background-with-stars-sparkles-purple-black-colors_743855-27538.jpg);
  color: white;
  font-family: Verdana;
}

.container {
  margin: 3px;
  width: 100%;
}

header {
  border: 4px solid #551460;
  background-image: url(https://grunjjsys.neocities.org/headermic.jpg);
  background-position: center;
  background-size: cover;
  margin: 3px;
  width: 100%;
}

.navbar {
  border: 4px solid #551460;
  background-color: #380C40;
  margin-top: 0px;
  margin: 3px;
  width: 99%;
  padding: 5px;
  z-index: 3;
  position: sticky;
  top: 0px;
  overflow: auto;
}

.sidebar {
  border: 4px solid #551460;
  background-color: #380C40;
  width: 20%;
  padding: 5px;
  height: 70%;
  left: 0px;
}

.main-content {
  border: 4px solid #551460;
  background-color: #380C40;
  width: 77%;
  padding: 5px;
  position: absolute;
  top: 306px;
  right: 0px;
  font-size: 150%;
}

.divider {
  height: 3px;
  background-color: #551460;
}

footer {
  border: 4px solid #551460;
  background-color: #380C40;
  margin: 3px;
  width: 100%;
  padding: 5px;
}