:host {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: -1rem;

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