.shrinepanel {
  background-color: rgb(26, 13, 21);
  outline-offset: -3px;
  border: 5px double rgb(73, 22, 41);
  text-decoration: none;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}

.full {
  width: 100%;
}

.fully {
  height: 100%;
}

.half {
  width: 50%;
}

.seven {
  width: 70%;
}

.three {
  width: 30%;
}

.six {
  width: 60%;
}

.four {
  width: 40%;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.gap {
  gap: 20px;
}

.center {
  text-align: center;
}

.fullheight {
  height: 100%;
}

.textboxer {
  padding: 10px;
  background-color: rgb(60, 39, 52);
  outline-offset: -3px;
  box-shadow: inset 2px 2px rgb(136, 90, 111), inset -2px -2px rgb(0, 0, 0);
}

.megaflex {
  display: flex;
  width: 1000px;
  margin: auto;
  flex-direction: column;
  justify-content: center;
}

.topmargin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.miniflex {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

.fill {
  flex: 1; /* grow to fill remaining space */
  min-width: 0; /* IMPORTANT if content can overflow */
}

.boxwrapper {
  background-color: #d2d2d2;
  padding: 10px;
  border: 2px solid #ffffff;
  box-shadow: 2px 2px #000;
}

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
