/* hi julie */

body {
    background: rgb(32, 32, 32);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.data {
    color: #fff;
}

.container {
    position: absolute;
    background-color: blue;
}