html,
body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    background: #000000;
    user-select: none;
}

* {
    overflow: hidden;
}

.word {
    padding: 5vh 5vw;
    position: absolute;
}

#test-word {
    opacity: 0;
}
