

@font-face {
    font-family: 'england_hand_dbregular';
    src: url('polices/england.ttf');
   
    font-weight: normal;
    font-style: normal;
   
}
.flex-container{
    display: flex;
   flex-wrap: wrap;
    justify-content:space-around ;
    justify-content:space-evenly;
    align-items: center;
}


.flex-item-3 {
    font-size: 15px;
    font-weight: bold;
           
}

.button{
   
    border-bottom: 1px solid #f0b916;
    border-radius: 8px;
    display:inline-block;
    padding:8px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    color:#f0b916;
    background-color:inherit;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
} 
   a{
    text-decoration: none;
   }