body{
    background:#262626;
    color:#e5dd9b; 
}
.text-gold{
    background: -webkit-linear-gradient(#e1cb84, #e5dd9b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.english{
    font-family:englishFonts;
} 
 
.logo{
    display:inline-block;
    width:50%;
} 
.barcodes{
    width:160px
}
.top-border{
    position: absolute;
    opacity: .5;
    width: 50%;
    transform: rotate(90deg) !important;
    left: -20%;
    top: 0px;
}
.bottom-border{
    position: absolute;
    opacity: .5;
    width: 50%;
    transform: rotate(-90deg);
    right: -20%;
    bottom: 28%; 
}