.img {
  width: 50%;
}

.container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100vh;
}