body {
    margin: 0;
    overflow: hidden;
    background: black;
}

h1,
#chat,
#message,
#send {
    display: none;
}

#maddieVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: contain;
}

#status {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 24px;
    font-family: Arial, sans-serif;
    background: rgba(0,0,0,.5);
    padding: 10px 15px;
    border-radius: 10px;
}