body {
    background-color: #101010;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    overflow: hidden; /* Prevents scrolling */
}

h1 {
    font-size: 36px;
}

p {
    font-size: 18px;
}
.centered-image img {
    width: 80px;
    height: 80px;
    opacity: 20%;
    user-drag: none;
}