body {
    background-color: rgb(255, 237, 242);
    color: rgb(120, 0, 65);
    text-align: center;
}

h1 {
    color: rgb(120, 0, 65);
    font-family: "Playfair Display", serif;
    font-size: clamp(1.512rem, 1.512rem + ((1vw - 0.2rem) * 2.372), 2.52rem);
    font-weight: 600;
    text-transform: capitalize;
}

p {
    color: black;
    font-family: "Cardo";
    font-size: clamp(0.8rem, 0.8rem + ((1vw - 0.2rem) * 0.235), 0.9rem);
    max-width: 620px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    margin-block-start: 1.5rem;
    margin-block-end: 0;
}

.disclaimer {
    color: rgb(120, 0, 65);
    font-family: "Cardo";
    font-size: clamp(0.8rem, 0.8rem + ((1vw - 0.2rem) * 0.235), 0.9rem);
    font-style: italic;
    font-weight: 100;
}

.content-cover {
    padding: 1em;
}

a {
    text-decoration-thickness: 0.8px!important;
    text-underline-offset: .2em;
}

.biglink {
    color: rgb(120, 0, 65);
    font-size: clamp(0.9rem, 0.9rem + ((1vw - 0.2rem) * 1.176), 1.4rem);
}