* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
}

.love-word {
    position: fixed;
    color: #ff80b5;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 0 0 8px #ff66aa;
    white-space: nowrap;
    pointer-events: none;
    left: 0;
    top: 0;
}
