@font-face {
  font-family: pixel-operator;
  src: url('../fonts/PixelOperator.ttf');
}

@font-face {
  font-family: blade-runner;
  src: url('../fonts/BLADRMF_.TTF');
}

@font-face {
  font-family: ds-font;
  src: url('../fonts/pokemon-ds-font.ttf');
}

body{
    background-color: #EDCBF6;
}
.title-media{
    justify-content: center;
    display: flex;
    font-family: blade-runner;
    color: #302F4D;
    font-size: 50px;
}

.tabs input[type="radio"]{
    display: none;
}

.tabs{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 110ch;
}

.tabs label{
    cursor: pointer;
    display: inline-block;
    order: initial;
    margin-right: .2rem;
    padding: .5rem 1rem;
    width: 100%;
    transition: background ease 0.3s;
    text-align: center;
    background-color: #B98EA7;
    border-radius: 10px;
    font-family: pixel-operator;
    font-size: 1.2em;
    color: #302F4D;
    letter-spacing: 0.05em;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.tabs .tab-content {
    display: none;
    margin-top: 10px;
    flex-grow: 1;
    padding: 1rem;
    width: 100%;
    color: #302F4D;
    border-radius: 10px;
    border-color: #A57982;
    border-style: groove;
    border-width: 10px;
    background-color: #F9EEFC;
    height: 450px;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
}

.tabs input[type="radio"]:checked + label + .tab-content{
    display: block;
}

.tabs input[type="radio"]:checked + label{
    background-color: #A57982;
    font-weight: 600;
}

@media (min-width: 10em) {
  .tabs .tab-content {
    order: 99
  }
  
  .tabs label {
    order: 1;
  }
  
  .tabs label {
    margin-right: 0.3rem;
    margin-top: 0;
    width: 15%;
  }
}

.tab-cell {
    height: 100%;
}

.tab-cell h2{
    font-family: pixel-operator;
    font-size: 36px;
    color: #372790;
    margin-top: 10px;
    margin-bottom: -2px;
}

.tab-cell h2 a {
    font-size: 24px;
    margin-left: -1px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.tab-cell h3{
    font-family: pixel-operator;
    font-size: 18px;
    color: #372790;
    font-style: italic;
    margin-top: 2px;
}

.tab-cell p{
    font-family:ds-font;
    margin-top: -5px;
    font-size: 20px;
}
