details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

    h3{
    font-family: porkys;
    color: #faf9ef;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    letter-spacing: 5px;
    }

    details:hover, summary:hover, h3:hover{
      cursor: default;
    }