*{
  font-family: sans-serif;
}

body {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  line-height: 1.6;
  background-color: #f4f4f4;
}
.logo {
max-width: 150px;
margin-left: 20px;

}
#equipo {
  background-color: #fff;
  margin: 20px;
  padding: 20px;
  border-radius: 5px;
}
