@font-face {
  font-family: "tipo";
  src: url("Dosis.ttf") format("truetype");
}
* {
  font-family: tipo;
}
.alineo {
  background-color: rgb(255,255,240);
  margin: 1em 0;
  padding: .5em;
}
.bildo2,.bildo3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em 0;
}
.bildo2 img {
  width: 42%;
  height: auto;
  margin: 0 1em;
  cursor: pointer;
}
body {
  background-color: rgb(255,255,240);
  padding: 1em;
  max-width: 600px;
  margin: auto;
}
.butono {
  background-color: rgb(230,230,230);
  padding: .6em 2em;
  margin: 1em auto;
  width: fit-content;
  border: 1px solid;
  border-radius: .3em;
  box-shadow: 1px 1px;
  cursor: pointer;
}
.butono:hover {
  background-color: rgb(220,210,210);
}
.cirklo {
  border-radius: 50%;
  width: 4.5em; height: 3em;
  display: inline-block;
  background-color: rgb(255,191,0);
  font-weight: bold;
  box-shadow: .2em .2em .4em;
  padding: 1.2em;
  margin: 1em;
  cursor: pointer;
  transition: all .4s;
}
.cirklo:hover {
  opacity: .8;
  transform: scaleX(90%);
}
.demando,.sekcio {
  display: grid;
  grid-template-columns: auto 2em;
}
.elstara {
  display: inline;
  color: rgb(170,0,0);
  font-weight: 600;
}
.faldobildo {
  width: 1.7em;
  cursor: pointer;
}
.informbildo {
  height: 1.5em;
  cursor: help;
}
.kiujbildo {
  width: calc(100% - 2em);
}
li {
  margin-bottom: .5em;
}
.linkapo {
  font-weight: 600;
  color: rgb(100,0,0);
  display: inline-block;
}
.maldekstre {
  text-align: left;
}
.malgranda {
  font-size: .8em;
  color: rgb(100,100,100);
}
.markocentra,.markomaldekstra {
  background-color: rgba(255,191,0,.3);
  padding: 1em;
  margin-bottom: 1em;
}
.markocentra {
  text-align: center;
}
.markomaldekstra {
  text-align: left;
}
ol {
  padding-left: 1em;
}
.plena {
  width: 100%;
  box-shadow: .2em .2em .2em;
  cursor: pointer;
}
.respondo {
  border: 1px solid rgb(150,150,150);
  box-shadow: 1px 1px rgb(0,0,0);
  margin-top: .5em;
  width: calc(100% - 2em);
  font-size: 1em;
  padding: .5em .8em;
  background-color: rgba(255,191,0,.1);
  outline: none;
}
.sekcio {
  background-color: rgba(255,255,255,.5);
  padding: .5em;
  box-shadow: 1px 1px rgb(150,150,150);
  margin: 1em 0 0 0;
}
.sekcikorpo {
  text-align: center;
  padding: 1em;
  background-color: rgba(255,255,255,.4);
  display: none;
}
.solabildo {
  width: 100%;
  margin: .5em 0;
  cursor: pointer;
  transition: all .5s;
}
.solabildo:hover {
  transform: scaleX(90%);
}
#titolo {
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  background-color: rgb(255,191,0);
  padding: .5em 1em;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.tsek {
  font-weight: 500;
  position: relative;
  top: .2em;
}
ul {
  padding-left: 1.5em;
}