
h1, h2, h3, h4, h5, h6 { font-family: 'Courier New', monospace; }
p { font-family: Arial, Helvetica, sans-serif; }

a {
   color: #677949; 
}

.vine {
    height: 6%;
    width: 16%;
}

.half-split{
    display:flex;
    justify-content: space-between
}


.citation{
    inset-block: block;
    /* background-color: rgb(247, 254, 246); */
    background-image: url(../hand-drawn/texture.png);
    padding: 3%;
    border-radius: 10px;
    border: 5px solid rgb(0, 0, 0);
    z-index: 0;
}