html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: #20003a;
    color: #fff;
}

.container {
    width: 70vw;
    margin: 0 auto;
    background: rgb(141, 48, 247);
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
}

.temporary {
    flex: 1;
    text-align: center;
    font-size: xx-large;
    font-weight: bolder;
}