body {
    font-family: "MedievalSharp", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    background-color:#000000;
    color: #ffffff;
    line-height: .3;
}

h1 {
    font-size: clamp(2.5rem, 6.5vw, 9rem);
}

h2 {
    font-size: clamp(1.5rem, 3vw, 5rem);
}

h4 {
    font-size: clamp(1.25rem, 2.5vw, 4.5rem);
}
h5 {
    font-size: clamp(1rem, 1.5vw, 4rem);
}
p {
    font-size: clamp(1rem, 1vw, 2rem);
    font-family: "Baskervville", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
}