body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7d8e5;
    font-family: Arial, Helvetica, sans-serif;
}

/* Main quote box */
.quote-card {
    width: 850px;
    min-height: 550px;
    padding: 45px 50px;
    box-sizing: border-box;
    background:
        linear-gradient(to bottom, rgba(255, 240, 246, 0.95), rgba(246, 145, 191, 0.95)),
        url("Images/CHEETAH.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

/* General line spacing */
.line {
    margin: 0;
}

/* Line 1 */
.line1 {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.whoever {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.2rem;
    font-style: italic;
    color: #111;
}

.orange {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 4rem;
    font-style: italic;
    color: #e56a1f;
    letter-spacing: 2px;
}

/* Line 2 */
.line2 {
    margin-top: 18px;
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.was-the-new {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    font-style: italic;
    color: #111;
}

.pink {
    font-family: "League Spartan", "Arial Black", Arial, sans-serif;
    font-size: 4.1rem;
    font-weight: 900;
    color: #ff4ba8;
    letter-spacing: 1px;
}

/* Line 3 */
.line3 {
    margin-top: 4px;
    font-family: "League Spartan", "Arial Black", Arial, sans-serif;
    font-size: 3.4rem;
    font-weight: 900;
    color: #111;
}

/* Line 4 */
.line4 {
    margin-top: 6px;
    font-family: "League Spartan", "Arial Black", Arial, sans-serif;
    font-size: 5.5rem;
    font-weight: 900;
    color: #111;
    letter-spacing: 1px;
}

/* Line 5 */
.line5 {
    margin-top: 28px;
    font-family: "Bungee", Impact, "Arial Black", fantasy;
    font-size: 5.2rem;
    color: #e9e9e9;
    letter-spacing: 2px;
}