@font-face {
    font-family: 'ahronbd';
    src: url('./fonts/AharoniBold.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gill';
    src: url('./fonts/gill-sans-mt-condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 192px;
    height: 192px;
    overflow: hidden;

}

.main-container {
    width: 192px;
    height: 192px;
    display: flex;
    flex-direction: column;
}

.container-regular {
    width: 192px;
    height: 96px;
}

.regular-prices {
    display: flex;
    width: 192px;
    height: 72px;
    background: #000000;
    align-items: center;
}

.container-title-regular {
    width: 192px;
    height: 24px;
    background-color: #BFBFBF;
    font-family: ahronbd;
    display: flex;
    align-items: center;
}

p.title-regular {
    font-size: 17px;
    margin-left: 16px;
    color: #FF0000;
}

.price-regular {
    font-size: 90px;
    color: #FF0000;
    text-align: center;
    margin-left: 0px;
    letter-spacing: 4px;
}

.container-diesel {
    width: 192px;
    height: 48px;
    display: flex;
    overflow: hidden;
}

.container-logo {
    width: 192px;
    height: 48px;
    background-color: #E32213;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.container-title-diesel {
    width: 77px;
    height: 48px;
    background-color: #BFBFBF;
    font-family: ahronbd;
}

p.title-diesel {
    font-size: 17px;
    margin-top: 17px;
    margin-left: 14px;
    color: #FF0000;
}

.diesel-prices {
    display: flex;
    width: 115px;
    background-color: #000000;
    border-top: 1px solid #ECECEC;
}

.container-price {
    width: 131px;
    font-family: gill;
    overflow: hidden;
    margin-left: 16px;
}

.container-price-diesel {
    font-family: gill;
    overflow: hidden;
    display: flex;
    margin-left: 6px;
    max-width: 80px;
}

.container-faction {
    width: 28px;
    text-align: center;
    overflow: hidden;
    font-family: gill;
    margin-left: 4px;
}

.higher-fraction,
.lower-fraction {
    margin: -2px 0px -8px 0px;
    font-size: 38px;
    color: #FF0000;
    letter-spacing: 0px;
    text-align: center;
}

.lower-fraction {
    margin: -5px 0;
}

.container-diesel .price {
    font-size: 59px;
    color: #5CBC24;
    margin-top: -12px;
    letter-spacing: 2px;
}

.container-diesel .higher-fraction,
.container-diesel .lower-fraction {
    font-size: 26px;
    color: #5CBC24;
    letter-spacing: 0px;
}

.line {
    width: 28px;
    height: 1px;
    background-color: #FF0000;
    margin-top: 3px;
    margin-left: 0px;
}

.container-diesel .line {
    background-color: #5CBC24;
    width: 19px;
    margin-left: 0px;
}

.container-fraction-diesel {
    font-size: 26px;
    font-family: gill;
    width: 19px;
    overflow: hidden;
    margin-left: 4px;
}