/* THIS IS THE MAIN FRONTPAGE CSS*/
body{
  color: pink;
  background-image: url(https://notapva.neocities.org/hears.png);
}
.headerbootstrap{
  width: 100%;
  height: 100%;
  background-color: #A60039;
}
.sidepanel{
  width: 15%;
  height: 100%;
  background-color: #33000B;
  position: fixed;
}
.stinky{
  position: absolute;
  left: 10%;
  top: 5%;
  border: gold;
}
table, th, td, tr{
  border: 2px solid #A60039;
  text-align: center;
}
.blinkies{
  position: absolute;
  top: 95%;
}
.butt{
right: 10%;
}