body {
    margin: 0;
    overflow: hidden;
    background-color: #000;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#text {
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

#contact {
    position: fixed;
    bottom: 10px;
    left: 10px;
    color: #ffffff;
    font-size: 16px;
    font-family: Arial, sans-serif;
}
