table, th, td {
        border:none;
        border-collapse: collapse;
        table-layout: fixed
      }
th {
  width: auto;
}

@font-face {
  font-family: gbd;
  src: url(https://dewcreek.neocities.org/danganbase/goodbyeDespair.ttf);
}

details {
        background-color: #c2c1c1;
        color: black;
        padding: 2px;
      }
      
details[open] summary {
  background-color: red;
}
      
summary:hover {
  background-color: red;
}
      
summary {
padding: 18px;
display: flex;
cursor: pointer;
background-color: black;
font-size: 17px;
margin-bottom: 5px;
color: white;
font-family: gbd;
}
      
summary::-webkit-details-marker {
display: none;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}