@font-face {
    font-family: Lime;
    src: url(Limelight.ttf);
    font-display: swap;
}

@font-face {
    font-family: Barcode;
    src: url(LibreBarcode.ttf);
    font-display: swap;
}

body {
    font-family: Helvetica;
    background-color: white;
    color: black;
    margin: 0;
    padding: 1rem;
}

h1 {
    font-family: Lime;
    font-size: 2.5rem;
    border-bottom: 1px solid red;
}

.block {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.img-icon {
    width: 64px;
    height: 64px;
    padding: 0.5rem;
}

.img-main {
    width: 170px;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 30%;
}