.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;


    text-align: center;
    margin-top: 30px;
}

.title, .info, .license {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  
  text-align: center;
}

h4 {
    margin-top: auto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}