body {
    display: grid;
    grid-template-rows: 0.4fr 3fr;
    grid-template-columns: 4fr;
    margin: 0px;
    width: 100vw;
    height: 100vh;
}

.tpnb {
    background-color: #1E2025;
    color: #92A4B1;
}

#ml {
    font-size: 38px;
}

.pc {
    background: #29343D;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
    color: #92A4B1;
    font-size: 22px;
}

.pc img {
  width: 100%;
  height: auto;
}

.border {
    color: #92A4B1B3;
    font-size: 24px;
    padding: 3px;
}

.ad-slot {
  grid-column: 1 / -1;
  min-height: 250px;
  background: #3C5665;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 0.85rem;
  opacity: 0.7;
}

.asb {
    background-color: #1E2025;
    color: #92A4B1;
}

.ah {
    text-align: center;
    padding: 30px;
    font-size: 28px;
}

.ap {
    text-align: center;
}

.sh {
    font-size: 22px;
}
