@import url('https://fonts.googleapis.com/css2?family=Nixie+One&display=swap');

body {
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: "Nixie One", system-ui;
}

#text {
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}

#gif {
    text-align: center;
}
