@font-face {
    font-family: 'ahronbd';
    src: url('./fonts/ahronbd.ttf') 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: 1080px;
    height: 1080px;
    overflow: hidden;
}

.main-container {
    width: 1080px;
    height: 1080px;
    display: flex;
    flex-direction: column;
}

.container-regular {
    width: 1080px;
    height: 360px;
    display: flex;

}

.container-diesel {
    width: 1080px;
    height: 360px;
    display: flex;
    border-top: 2px solid #888888;

}

.container-logo {
    width: 1080px;
    height: 360px;
    background-color: #E32213;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containet-title {
    width: 362px;
    height: 360px;
    background-color: white;
    font-family: ahronbd;
}

.container-price {
    width: 565px;
    height: 360px;
    background-color: rgb(0, 0, 0);
    font-family: gill;
    overflow: hidden;
}

.price {
    font-size: 459px;
    color: #FF0000;
    text-align: center;
    margin-top: -98px;
    margin-left: 0px;
    letter-spacing: -23px;
}

.price p {
    width: 502px;
    overflow: hidden;
    margin-left: 42px;
}

.container-faction p {
    width: 122px;
    overflow: hidden;
}

.container-diesel .price {
    color: #5CBC24;
}

.title {
    font-size: 85px;
    color: #FF0000;
    margin: 95px 0px 0px 18px;
    text-align: justify;
}

.container-faction {
    width: 153px;
    height: 360px;
    background-color: rgb(0, 0, 0);
    font-family: gill;
}

.higher-fraction,
.lower-fraction {
    margin: -8px 0px -54px 0px;
    font-size: 183px;
    color: #FF0000;
    letter-spacing: -8px;
    text-align: center;
}

.lower-fraction {
    margin: -25px 0;

}

.container-diesel .higher-fraction {
    color: #5CBC24;
}

.container-diesel .lower-fraction {
    color: #5CBC24;
}

.line {
    width: 97px;
    height: 3px;
    background-color: #FF0000;
    margin-top: 21px;
    margin-left: 22px;
}

.container-diesel .line {
    background-color: #5CBC24;
}