                                                                                                                                                         
body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background: url('bg.jpeg') center/cover no-repeat;
	font-family: Arial;
}

.card {
    max-width: 500px;
    width: 100%;
    max-height: 80vh;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8); /* Background color with some opacity */
    backdrop-filter: blur(8px); /* Blur effect */
    -webkit-backdrop-filter: blur(8px); /* For WebKit browsers */
	z-index: 2;
	display: block;
}
.countdown {
    max-width: 500px;
    width: 100%;
    max-height: 80vh;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8); /* Background color with some opacity */
    backdrop-filter: blur(8px); /* Blur effect */
    -webkit-backdrop-filter: blur(8px); /* For WebKit browsers */
	z-index: 2;
	display: none;
}
.winn {
	max-width: 500px;
    width: 100%;
    max-height: 80vh;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8); /* Background color with some opacity */
    backdrop-filter: blur(8px); /* Blur effect */
    -webkit-backdrop-filter: blur(8px); /* For WebKit browsers */
	z-index: 2;
	display: none;
}
.perder{
	max-width: 500px;
    width: 100%;
    max-height: 80vh;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8); /* Background color with some opacity */
    backdrop-filter: blur(8px); /* Blur effect */
    -webkit-backdrop-filter: blur(8px); /* For WebKit browsers */
	z-index: 2;
	display: none;
}

p {
    text-align: left;
    text-indent: 20px;
    margin: 10px;
	margin-left: 41px; 
	margin-right: 21px; 
    font-size: 18px;
	
}

.inter
{
	margin-left: 80px;
	font-size: 13px;
}


.success {
    color: green;
}

.error {
    color: red;
}
span{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.logo {
    position: absolute; 
    top: 20px;
    left: 50px; 
    width: 50px;
    height: auto;
}
#imagemContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#minhaImagem {
    position: absolute;
    top: 10;
    left: 10;
    width: %;
    height: 5%;
	display: none;
    transition: transform 1s ease-in-out;
	z-index: 1;
	cursor: pointer;
}


#imagemwin{
	width: 150px;
    height: 219px;
    transition: transform 0.1s ease-in-out;
    cursor: pointer;
	margin: 0 auto;
}
#imagemperder{
	width: 150px;
    height: 219px;
    transition: transform 0.1s ease-in-out;
    cursor: pointer;
	margin: 0 auto;
}
button{
	background-color: #0071d7;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
	display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
	margin: 0 auto;
}