body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}

body {
    background-image: url('spyVspy_2025_logo_20250610.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 0;
}

/* .background {
    background-image: url('spyVspy_2025_logo_20250610.svg');
    background-size: cover;
    background-position: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.countdown-container {
    width: 100%;
	position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
}

#countdown {
    color: #d81c22;
    font-size: 3em;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

@media (max-width: 600px) {
    #countdown {
        font-size: 2em;
    }
}
