#title {
    word-break: normal!important;
}
.v-application .primary:is(*, #specificityHack) {
    background-color: #C7D4FF!important;
    border-color: #C7D4FF!important;
}
.v-application.theme--dark .primary:is(*, #specificityHack) {
    background-color: #02015F!important;
    border-color: #02015F!important;
}

.v-main__wrap {
  padding-top: 75px;
}
.p-description > p:nth-child(1) > a {
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 25px;
  width: 100%;
  height: 75px;
  background-color: #02015f;
  color: white;
  display: block;
  box-sizing: border-box;
  text-align: center;
  z-index: 1000;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
nav .text-body-1 mark {
  display: inline-block;
  background-color: #02015f;
  color: white;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
  text-decoration: none;
}
.p-description > p:nth-child(1) > a:hover {
  background-color: black;
}