/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.voting-container{
    height:50%;
    width: 100%;
}

.voting-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.voting-iframe {
    border: none;
    background: transparent;
}