.votefix {
    position: fixed;
    bottom: 0;
    left:0;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    padding: 10px 0 15px;
    
}
.mymoney {
    position: fixed;
    top: 0;
    left:0;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    padding: 10px 0 15px;
    
}
.votebox{
    height:100px;
}

.text-center {
    text-align: center !important;
}
.columns.is-gapless1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 0.25rem;
}
.hidden-checkbox {
    display: none;
  }
  .title{
    font-family: 'Gowun Batang', serif;
  }