body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-size: 48px;
}

h1 {
    color: rgb(200, 200, 200);
    opacity: 1;
}

.email {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 16px;
}

.visitor-count {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 16px;
}