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