@charset "UTF-8";
/* CSS Document */


.box.notcreativebox {
  }

.notcreative {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #dbdbdb; color: var(--nav-title-color);
  display: inline-block;
  padding: .5em .75em;
  border: 3px solid currentColor; 
  transition: box-shadow .175s ease-out,opacity .175s ease-out;
  font-size: 3.2rem;
  line-height: 1;
  max-width: 50%;
}

.notcreative:hover {
  box-shadow: inset 0 0 0 1.25em currentColor;
}