body{
  background-color: rgb(90, 90, 90);
}
/* ============= */
.done_dev{
  text-align: center;
  color: green;
}
.in_dev{
  text-align: center;
  color: yellow;
}
/* ============= */
.title{
  height: 120px;
  text-align: center;
  border: 10px double black;
  border-radius: 30px;
  background: rgb(148,25,128);
  background: linear-gradient(90deg, rgba(148,25,128,1) 20%, rgba(130,144,0,1) 50%, rgba(148,25,128,1) 80%);
  transition: border-radius 1.5s;
}

.title:hover{
  border-radius: 100px;
  background: rgb(69,25,148);
  background: linear-gradient(90deg, rgba(69,25,148,1) 20%, rgba(156,85,0,1) 50%, rgba(69,25,148,1) 80%);
}
/* ============= */
.attino{
  height: auto;
  background: rgb(19,210,75);
  background: linear-gradient(0deg, rgba(19,210,75,0.8533788515406162) 0%, rgba(182,37,10,1) 100%);
  border-radius: 30px;
  transition: box-shadow 0.5s;
}

.attino:hover{
  box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
}
/* ============= */
.serjuino{
  height: auto;
  background: rgb(19,175,210);
  background: linear-gradient(0deg, rgba(19,175,210,0.8309698879551821) 0%, rgba(139,13,99,1) 89%);
  border-radius: 30px;
  transition: box-shadow 0.5s;
}

.serjuino:hover{
  box-shadow: 12px 12px 2px 1px rgba(12, 99, 0, .2);
}
/* ============= */
.esp1no{
  height: auto;
  background: rgb(166,195,2);
  background: linear-gradient(0deg, rgba(166,195,2,0.8309698879551821) 0%, rgba(71,76,251,1) 100%);
  border-radius: 30px;
  transition: box-shadow 0.5s;
}

.esp1no:hover{
  box-shadow: 12px 12px 2px 1px rgba(158, 118, 32, .2);
}
/* ============= */
.avr2av{
  height: auto;
  background: rgb(166,195,2);
  background: linear-gradient(0deg, rgba(240, 123, 115,0.8309698879551821) 0%, rgba(71,76,251,1) 100%);
  border-radius: 30px;
  transition: box-shadow 0.5s;
}

.avr2av:hover{
  box-shadow: 12px 12px 2px 1px rgba(158, 118, 32, .2);
}

