 

@font-face {
    font-family: 'coke01'; /*a name to be used later*/
    src: url('TCCC-UnityText-Regular.ttf'); /*URL to font*/
}
.coke_font {
    font-family: 'coke01';
    color:#ffffff;
    font-weight:bold;
}
.inp_box {
    font-family: 'coke01';
     
    padding: 3px;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    border: none; 
}
.inputbox {
    position:fixed;
    font-family: 'coke01';
    height: 125px;    
    font-size: 75px;
    font-weight:bolder;
    text-align:center;
 width:895px;
  
    border-radius: 10px; 
}

.btn_phv {
    font-family: 'coke01';
    
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    
    background-image: linear-gradient(to top, #f00 20%, #f00 50%, #fff 100%);
    border-radius: 30px;
    border: 1px solid #8F9092;
    transition: all 0.2s ease; 
    
    color: #606060;
    text-shadow: 0 1px #fff;
}
.btn_02 {
    background-color: #ff6a00;
    font-size: 2.5em;
    width: 80px;
    height:80px;
    border-radius: 5px;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

 
 


.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 45px;
    justify-content: center;
    line-height: 1.25;
    margin: 1px;
    min-height: 3rem;
    padding: 15px;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 70px;
}

    .button-5:hover,
    .button-5:focus {
        background-color: #fb8332;
        box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    }

    .button-5:hover {
        transform: translateY(-1px);
    }

    .button-5:active {
        background-color: #c85000;
        box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
        transform: translateY(0);
    }