﻿.notebook-entry {
    background-color: white;
    /* Blue lines every 3em, aligned under each line of text */
    background-image: repeating-linear-gradient( to bottom, transparent, transparent 2.95em, #add8e6 2.95em, #add8e6 3em ),
    /* Thin pink vertical line, 1/32 in thick, 0.5 in from right edge */
    linear-gradient( to right, transparent calc(100% - 0.5in - 0.015625in), #ff69b4 calc(100% - 0.5in - 0.015625in), #ff69b4 calc(100% - 0.5in), transparent calc(100% - 0.5in) );
    background-size: 100% 3em, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-position: top left, top left;
    line-height: 3em;
    padding: 1em;
    border: 1px solid #ccc;
    font-family: "Homemade Apple", cursive;
    color: dodgerblue !important;
}


.homemade-apple-regular {
    font-family: "Homemade Apple", cursive;
    font-weight: 400;
    font-style: normal;
}

.entry-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}
