#center-page {
  margin-top: 30px;
  text-align: center;
  p {margin: 15px 0;}
  .card {
    margin: 15px 15px;
    padding: 15px;
    display: inline-block;
    max-width:100%;
    border: solid var(--color-text-dark, #ffffff) 1px;
    background:black;
    vertical-align:middle;
    font-size: 2.5em;
    line-height: 1;
    &:hover, &:focus{
      border-color: var(--color-primary-dark, #50fa7b);
      background: black;
      color: unset;
    }
    > div {
      font-size: 1rem;
      line-height: var(--line-height-content, 1.5);
    }
  }
  .btn17776 {
    cursor: not-allowed;
    word-break: keep-all;
    img {
      border:none;
    }
  }
  .yokoku {
    font-size: 1.5em;
    font-weight: bold;
  }
  .flex {
    display:flex;
    justify-content:center;
    flex-flow: row wrap;
    padding:5px;
    .card{
      margin: 10px 15px;
    }
  }

}

