/* here you can put your own css to customize and override the theme */

.center {
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.indiebutton{
    background-color: #fa1681;
    margin: 0px;
    text-decoration: none;
    display: block;
text-align: center;
font-family: "Benton Sans","Helvetica","sans-serif";
font-size: 20px;
font-weight: bold;
line-height: 26px;
text-transform: uppercase;
padding: 12px;
color: #fff;
}

.bigbutton {
border-width: 10px;
border-color: #f5f5f5;
border-style:solid;
}

.insidebigbutton{
    background:#fff;
}

.i-perk-description {
font-family: "Benton Sans","Helvetica","sans-serif";
font-size: 14px;
font-weight: normal;
line-height: 20px;
color: #6a6a6a;
margin-bottom: 10px;
white-space: pre-line;
word-wrap: break-word;
}

.i-perk-amount {
font-family: "Benton Sans Black","Helvetica","sans-serif";
font-size: 24px;
line-height: 34px;
color: #2a2a2a;
font-weight:bold;
margin-left:5px;
}