body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 20px;
    background: linear-gradient(90deg, #e1957d 0%, #fcf7e0 50%, #3d3d3d 100%);
    box-sizing: border-box;
    overflow: hidden;
}

@font-face {
    font-family: 'VCR_OSD_MONO';
    src: url('assets/VCR_OSD_MONO.ttf') format('truetype');
}

.custom-text {
    font-family: 'VCR_OSD_MONO';
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

img {
    max-width: 500px;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.counter-text {
    font-size: 20px;
    margin-top: -10px;
    opacity: 0.95;
}
