body {
  font-family: Comic Sans MS;
  background-color: #210834;
  font-size: 0.8em;
}

h1, h2, h3,h4, h5, h6  {
  margin:0;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.80em;
}
h3 {
  font-size: 1.60em;
  margin-top:10px;
  color:#caebe1;
  text-align:center;
}
h4 {
  font-size: 1.40em;
  text-align:center;
}

h5 {
  font-size: 1.20em;
  text-align: center;
}

h6 {
  font-size: 1em;
}


.portables-container {
  border: 3px solid #6bcbae;
  padding:10px;
  max-width: 500px;
  margin:auto;
  color:#6bcbae;
  border-radius:10px;;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -ms-border-radius:10px;
  -o-border-radius:10px;
}

.portables-contained {
  margin:10px auto;
  border: 3px solid #6bcbae;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding:5px;
}

.back {
  text-align: center;
}

a {
  color: #99d9ea;
}

.prgs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.prgc {
  padding:2px;
  border: 3px solid #6bcbae;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.ase {
  grid-row: span 2;
}