body {
    background-color: rgb(32, 26, 26);
    margin: 0;
    min-height: 100vh;
    color: #fff;
}

.section {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 20px;
    position: relative;
}

.header-section {
    background-image: url('../assets/bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: 'Public Sans';
}

.header-section p {
    max-width: 500px;
}

.content-section {
    flex-direction: column;
}

h1 {
    font-family: 'Public Sans';
    text-transform: uppercase;
}

.apgerbi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
}

.apgerbs {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.apgerbs a {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: #fff;
    font-family: 'Crimson Text';
    font-size: 42px;
}

#explosion {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
}

.apgerbs2 {
    position: relative;
}

.discount {
    position: absolute;
    bottom: 5%;
    left: 50%;

    transform: translateX(-50%);
    color: black;
    font-family: 'Public Sans';
}

.price {
    padding-top: 8px;
    font-family: 'Public Sans';
}