body {
  margin: 0px;
  background-image: url(/img/bg/1.gif);
}

nav,
header,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
}

header {
  background-color: #bfe3c3;
  display: grid;
  justify-content: end;
  border-top: 2px solid #88b58c;
  border-left: 2px solid #88b58c;
  border-right: 2px solid #88b58c;
  border-radius: 10px;
  margin-bottom: 10px;
}

nav {
  background-color: #bfe3c3;
  border: 2px solid #88b58c;
  border-radius: 10px;
}

nav ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  flex-wrap: wrap;
  
}

li a {
  display: inline-block;
  padding: 8px;
  text-decoration: transparent;
  background-color: transparent;
  color: #000;
  transition: 0.2s;
  border-radius: 10px;
}

li a:hover {
  background-color: #88b58c;
  text-decoration: underline;
  text-decoration-color: #000 ;
}

main {
  margin-top: 22px;
  border: 2px solid #88b58c;
  border-radius: 10px;
}

.aside-bar {
  border: 5px solid #88b58c;
  border-radius: 10px;
  width: 180px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 10px;
}

.aside-bar img {
  max-width: 100%;
  height: 100%;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur269.cur), auto !important;} /* End https://www.cursors-4u.com */