

.container {
    width: 100vw;
    height: 100vh;
    display: flex; /* Default Axis is X*/
    flex-direction: column;
    justify-content: center; /* Main Axis */
    align-items: center; /* Cross Axis */
}
.indicator{
    width: 30vw;
}