h1{
    text-align: center;
    margin: 2rem;
}

body {
    background-image: url('old-parchment.jpg');
    font-family: 'Snell Roundhand', 'cursive';
}

.constitution {
    width: 80%;
    margin: auto
}

li {
  list-style-type: upper-roman;
  font-size: 25px;
}
h4{
    text-align: center;
    font-size: 2.3rem;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}
.card {
    height: 70%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin: 1rem;
}

p {
    font-size: 2rem;
}

.counter {
    font-size: 2rem;
    text-align: center;
}

.click-trigger {
    text-decoration: underline!important;
    color: blue!important;

}

.click-trigger:hover{
    cursor: pointer;
}