* {
    font-family: 'Playfair Display', serif;
}

h1 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

h2 {
    margin-left: 15vw;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

p {
    font-family: 'Playfair Display', serif;
    padding: 0vh 25vw;
    text-indent: 1vw;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
a:visited {
    color: darkslategrey;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}
a:hover {
    color: darkslategrey;
    text-decoration: none;
}

a:active {
    color: darkslategrey;
    text-decoration: none;
}

#home_link {
    position:fixed;
    font-size: 24px;
    text-decoration: none;
    color: rgb(213, 88, 213);
    padding-left: 15px;
    display:none;
}

ol {
    padding: 0vh 25vw;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
}

ol p {
    padding: 0 0;
}

@media only screen and (max-device-width : 720px) {
    p {
        font-size: 24px;
        line-height: 2;
        padding: 0vh 12vw;
    }
}