/*Archivo css de Arhamis Santana Hernández*/
* {
  margin: 0px;
  padding: 0px;
}

.todo {
  display: flex;
  background-color: lightgrey;
  border-radius: 7px;
  width: 90%;
  height: 200px;
  margin: auto;
  margin-top: 15px;
  justify-content: space-around;
}
.comun{
  border-radius: 7px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px;
}
.f{
  background-color: white;
  padding: 5px;
}
.tit{
  justify-content: flex-start;
}

.box1 {
  background-color: lightblue;
  ;
}

.box2 {
  background-color: lightpink;
  display: flex;
  align-items: center;
  flex-direction: column;

}

.box3 {
  background-color: lightsalmon;
}

.box4 {
  background-color: lightyellow;
  flex-grow: 0.75;

}

.box5 {
  background-color: lavender;
}
