@import url(/style.css);

body {
    background: url(/images/neonnight.jpg) no-repeat center fixed;
}

h1.wiki {
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
  color: #ff8400;
    text-shadow: 0 0 20px #ff8400;

}

hr {
    border-image: linear-gradient(90deg, hwb(0 100% 100% / 0) 0%, #ff8400 50%, hwb(0 100% 100% / 0) 100%) 1;
}
  
/*Box used for individual sections in the sidebar, center column, etc.*/
.box {  
  padding: 5px 10px 5px 10px;
  background: hsla(189 100% 0% / 0.95);
  color: white;
  border-image: linear-gradient(135deg, #ff8400 0%, hwb(0 100% 100% / 0) 50%, hwb(0 100% 100% / 0) 50%, #ff8400 100%) 1;
  border-radius: 5px; /* this doesn't work */
  border-width: 3px;
  border-style: solid;
  margin: 10px 0px 15px 0px;
  font-weight: normal;
  }

img {
  align-self: center;
}