
body{
  
 background-color: #403e43;
 background-image: url(imgs/pokeballBG-edit.png);
  background-attachment: fixed;
  font-family: "nunito";
  color: #470a68;
}

main{
color: #ffffff;
}

.container{  border: solid #000000 3px;
  border-radius: 25px;
    background-color: #ef3939;
}
.barlist a{
  display: inline-block;
  padding: 1px 15px;
  margin: 1px 3px;
   background-color: #ffffff;
border: 2px solid #7e7e7e;
  border-radius: 15px;
  color: #000000;
  text-decoration: none;
 text-shadow: 1px 1px 2px #989898;
}
.barlist a:hover{
  color: white;
  border: 2px inset #4b4185;
  background-color: #6a4ffc;
}
.scrollaside{
 grid-area: sidebar;
  text-align: left;
  color: #000000;
  background-color: #ebebeb;
  background-image: url(aaa);
  overflow: auto;
  height: 300px;
  border: ridge #555555 5px;
  border-radius: 15px;
}