#pageContent h1 {
    display: none;
}

form:not([action]):not(#addWishlistItem){
    display: none;
}

a[href="/auth/oidc"]{
  display: inline-block;  /* shrink to content size */
  text-decoration: none;
}

div > section > div > p:not(.has-text-success) {
  display: flex;
  justify-content: center; /* horizontal */
  align-items: center;     /* vertical */
  height: 100vh;
  margin-top: 0px;
}

br {
    display: none;
}

.section{
    padding: 0px 3rem ;
}

div.box{
    margin-top: 2.5rem;
}