
@font-face {
    font-family: 'Super Corn';
    src: url('../fonts/super_corn.ttf');
}

.super-corn-font {
    font-family: 'Super Corn', sans-serif;
}

.navbar-brand img{
    width: 14%;
}

.title-color{
    color: #1d71b9;
}

.title{
    font-size: 58px;
}

.barcode{
    width: 50%;
}

.fs-custom{
    font-size: 1.25rem;
}

.container {
    max-width: 1040px;
}

@media only screen and (max-width: 600px) {
    .navbar-brand img{
        width: 30%;
    }
    
    .barcode{
        width: 100%;
    }

    .fs-custom{
        font-size: 0.8rem;
    }


    .title{
        font-size: 40px;
    }
}