body {
    background-color: black;      
    color: white;                   
    font-family: monospace;          
    margin: 0;                       
    display: flex;                   
    flex-direction: column;         
    align-items: center;             
    justify-content: center;         
    min-height: 100vh;              
    overflow: hidden;              
}

#loveContainer {
    width: 80%;                      
    max-width: 600px;                
    padding: 20px;                   
    border: 1px solid #00ff00; 
    box-sizing: border-box;        
    height: 90vh;                 
    overflow-y: auto;                
    scroll-behavior: smooth;        
}

#loveContainer p {
    text-align: center;             
    margin: 5px 0;                
    font-size: 1.2em;               
}