:root {
    font-family: sans-serif;
}

.container {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    justify-content: center;

}