body {
    margin: 0;
    font-family: 'Barlow Semi Condensed';
    color: #222;
}

.parallax-break {
    background-color: white;
    padding: 32px;
    min-height: 75vh;
    height: 100%;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

h1.intro-text {
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

h3 {
    font-size: 1.5rem;
}

.intro-text {
    color: #fff;
    text-align: center;
    background-color: #00000038;
    padding: 8px 24px;
    border-radius: 2px;
}

p.intro-text {
    font-size: 1rem;
}

.huge {
    font-size: 6rem;
}