.logo{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
}

.container{
  align-content:center;
  height:100vh;
}

.testo{
  text-align:center;
}