@import url(/style.css);

body {
  background-color: black;
  color: white;
  font-family: "valhalla";
  font-size: 0.875em;
  background: url(/images/newhorizons.jpg) no-repeat center fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  }

.box {  
  padding: 5px 10px 5px 10px;
  background: hsla(189 100% 0% / 0.95);
  color: white;
  border-color: white;
  border-radius: 5px; /* this doesn't work */
  border-width: 5px;
  border-style: double;
  margin: 10px 0px 15px 0px;
  font-weight: normal;
  }

.sidebar-left {
  visibility: hidden;
}

.sidebar-right {
  visibility: hidden;
}

#statsheet {
  text-align: center;
}

.box {
    border-image: linear-gradient(white 0%, white 100%) 1;
    border-width: 3px;
}

h1 {
  font-family: "headliner";
}