body {
  background-color: #fa3283;
  color: black;
  font-family: "M Plus Rounded 1c";
}

table, th, td {
  border: 1px solid black
}

table {
  font-family: "Stampatello Faceto";
}

@font-face {
  font-family: "M Plus Rounded 1c";
  src: url('/@main/MPLUSRounded1c-Regular.ttf');
}

@font-face {
  font-family: "Stampatello Faceto";
  src: url('/@main/StampatelloFaceto.otf');
}

.kanade {
  color: "BB6688";
}

.mafuyu {
  color: "8888CC";
}

.ena {
  color: "CCAA88";
}

.mizuki {
  color: "DDAACC";
}

.banner {
  background-color: #fef960;
  height: 250px;
  align-content: center;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  align-content: center;
}

.column {
  flex: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  align-content: center;
}