body {
    background-color: cornflowerblue;
    margin: 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

html,
body {
    height: 100vh;
}

#dateBox {
    border-bottom: none;
    background-color: white;
}

#quoteBox {
    background-color: lavender;
    height: 20rem;
}

div {
    width: 20rem;
    border: 0.1rem solid black;
    padding: 1rem;
}

h1 {
    font-family: Arial, sans-serif;
    color: black;
    text-align: center;
}

p {
    font-size: 2rem;
}

p[data-index="0"] {
    font-family: "Kalnia Glaze", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-variation-settings:
        "wdth" 100;
}

p[data-index="1"] {
    font-family: "Bungee Spice", sans-serif;
    font-weight: 400;
    font-style: normal;
}

p[data-index="2"] {
    color: indigo;
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
}

p[data-index="3"] {
    background: -webkit-linear-gradient(45deg, midnightblue, lightskyblue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cherry Bomb One", system-ui;
    font-weight: 400;
    font-style: normal;
}

p[data-index="4"] {}