body {
  background-color: #c8cad6;
  color: black;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.9rem;
}
p {
  position: relative;
}
/* Global UI */
#background {
  background: linear-gradient(to bottom, #424a7c, #c8cad6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button {
  background: linear-gradient(to bottom, #fff, #ccc);
  position: relative;
  display: inline-block;
  z-index: 1;
  border: none;
  padding: 0.25rem 0.5rem;
  margin: 0 0.5rem;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.0625rem 0 0 #fff, 0 0 0 0.0625rem #555, 0 0.0625rem 0 0.0625rem #fff;
  user-select: none;
}
.button:hover {
  background: linear-gradient(to bottom, #fff, #eee);
  cursor: pointer;
}
.button:active {
  background: linear-gradient(to bottom, #aaa, #ccc);
  cursor: pointer;
  box-shadow: inset 0 0.0625rem 0.25rem 0 #555, 0 0 0 0.0625rem #555, 0 0.0625rem 0 0.0625rem #fff;
}
#navbar {
  background: linear-gradient(to bottom, #7c7c7c 0%, #3e3e3e 25%, #1c1c1c 25.01%, #0f1012 50%, #fefefe 50.01%, #f0f0f0 75%, #e2e2e2 75.01%, #f5f5f5 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4rem;
  margin: 0.5rem;
  box-shadow: inset 0 0 0 0.0625rem #4e4e4e88;
  overflow: hidden;
  user-select: none;
}
.navbutton {
  background: none;
  border: none;
  width: 5.7921rem;
  height: 2rem;
  margin: 0;
  color: white;
  box-shadow: 0.0625rem 0 0 0 #0006;
  transition: box-shadow 0.3s ease;
}
.navbutton:hover {
  box-shadow: 0.0625rem 0 0 0 #0006, inset 0 -4.25rem 2rem -4rem #fff8;
  cursor: pointer;
}
#navblerb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  font-size: 0.9rem;
}
#navblerb p {
  position: absolute;
  margin: 0;
  top: 0.3rem;
  left: 0.5rem;
}
#navblerb #modified {
  position: absolute;
  margin: 0;
  bottom: 0.125rem;
  right: 0.125rem;
  font-size: 0.7rem;
  color: #888;
}
.main {
  background: #fcfcfc;
  position: absolute;
  top: 12rem;
  left: 50%;
  width: 30rem;
  min-height: 30rem;
  margin-left: -15.5rem;
  border-radius: 0.4rem;
  box-shadow: inset 0 0 0 0.0625rem #0002, 0 0 0 0.0625rem #0006, 0.5rem 0.5rem 1rem #0006;
  padding: 0.5rem;
}
.main #top {
  background: linear-gradient(to bottom, #c4c4c4ff, #c4c4c400);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  border-radius: 0.4rem;
  box-shadow: inset 0 0.0625rem 0 0 #fff;
  z-index: 0;
}
.main #bottom {
  background: linear-gradient(to top, #d0d0d0ff, #d0d0d000);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  border-radius: 0.4rem;
  box-shadow: inset 0 -0.0625rem 0 0 #aaa;
  z-index: 0;
}