.background-gradient {
    background: linear-gradient(90deg, #000 0%, #737373 100%);
}

.box-border {
    border: 2px solid;
}

.box-border>p:last-child {
    flex-grow: 1;
    align-content: flex-end;
}

.box-border:hover {
    background-color: #333;
}

.box-title {
    min-height: 2.2em;
    --bulma-title-weight: normal;
    --bulma-title-color: rgb(201, 197, 201);
}

.has-waves {
    background-image: url('/static/img/home/wave.svg'), linear-gradient(90deg, #000 0%, #737373 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

.has-waves-flipped {
    background-image: url('/static/img/home/wave_flipped.svg'), linear-gradient(90deg, #000 0%, #737373 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-image {
    min-width: 235px;
}

.hero.is-fullheight-with-navbar .hero-body {
    justify-content: center;
}

.hero-title {
    --dynamic-font-size: clamp(4rem, -0.875rem + 8.333vw, 10.5rem);
    font-size: var(--dynamic-font-size);
    position: relative;
    text-align: center;
    color: #c1c1c1;
    text-shadow: #000 0 0 10px;
}

.hero-title::after {
    content: "TEST US";
    position: absolute;
    top: calc(var(--dynamic-font-size) / 3);
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    font-family: "BioRhyme Expanded", serif;
    font-size: max(1.5rem, calc(var(--dynamic-font-size) / 3));
    color: #fff;
    height: 33%;
    background: linear-gradient(90deg, rgba(130, 9, 9, 0) 0%, rgb(136, 11, 11) 50%, rgba(130, 9, 9, 0) 100%);
}

.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.features-grid {
    --bulma-grid-column-min: 340px;
}

.topics-grid {
    --bulma-grid-column-min: 320px;
}


.book-text {
    position: relative;
    max-width: 750px;
}