.voteBody{
    height: fit-content;
    padding: 20px;
    display: flex;
    justify-content: center;
    height: 60vh;
}
.voteContainer{
    background-color: rgba(1, 138, 189, 0.5);
    border: solid 1px rgb(65, 156, 156);
    width: fit-content;
    border-radius: 25px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.voteCard{
    height: 100px;
    width: 250px;
    background-color: aquamarine;
    border-radius: 5px;
}