.container {
     display: flex;
     justify-content: center;
     align-items: flex-start;
}

img {
     scale: 25%;
}