/*-----------First Pagr-----------*/
.in {
  background-color: darkblue;
  color:cyan;
}
.title {
  text-align: center;
  text-decoration: 4px underline;
  font-family: serif;
  font-weight: bold;
}
.info {
  text-align: justify;
  font-family: sans-serif;
  font-size: 30px;
}
.link {
  color: lightskyblue;
  text-decoration: none;
  text-align: center;
  font-size: 28px;
  font-weight: bolder;
  background: crimson;
  display: block;
  border: 4px solid;
  border-radius: 10px;
  transition: color 1s, background 2s;
}
.link:hover {
  color: gold;
  background: dimgrey;
}
ul, ul li {
  font-size: 25px;
}
.mio {
  color:greenyellow;
  font-family: serif;
}
.tr {
  color:crimson;
  font-family: serif;
  font-weight: bold;
}

/*-------------Ending-------------*/
.out {
  background-color: crimson;
}
.ex {
  color:lightblue;
  font-size: 30px;
  font-family: sans-serif;
  text-align: justify;
}
.again {
  color:gold;
  display: block;
  text-align: center;
  background: dimgray;
  border:4px solid;
  border-radius: 10px;
  font-size: 30px;
  text-decoration: none;
}