:host {
    flex: 1;
}

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

/*:host router-outlet + * {
    width: 100%;
    height: 100%;

    max-width: 40rem;
    max-height: 40rem;

    padding: 2rem;
    box-sizing: border-box;
}*/