
.countdown-container {
    text-align: center;
    /* margin: 50px 0; */
    padding: 20px 0 20px 0;
}

.countdown-time {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    color: #FF986D;
}

.countdown-container h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.countdown-container p {
    font-size: 12px;
    padding: 0 35px;
    color: rgba(255, 255, 255, 0.5);
}

.card {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.back-button {
    position: absolute;
    top: 0;
    padding: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 0 5px black;
}
.positioning {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #FF986D;
}

.positioning2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
    color: #C0C0C0;
}

.card img {
    width: 100px;
    height: auto;
    object-fit: cover;
}

.title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.voting-amount {
    font-size: 12px;
    padding: 0 35px;
    color: rgba(255, 255, 255, 0.5);
}

.vote-button {
    background-color: #FF986D;
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.TwonThree-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.first img {
    width: 150px;
    height: auto;
}

body {
    max-height: 100vh;
    overflow: hidden;
}