.container {
 display: grid;
 place-items: center;
 height: 100vh;
}

.fig {
 max-width: 100%;
 max-height: 100%;
}
