h1, h2, h3, p, li, ul, section, body, a {
    text-align: left;
}

h2 {
    font-weight: 100;
    font-size: 3rem
}

p, li {
    text-align: left;
    font-size: 2rem;
}

li {
    padding-bottom: 1.10rem;	
}

a {
    display: block;
    text-align: left;
}


#book {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: end;


    a {
	font-size: 4rem;
	margin-bottom: 15%;
	padding: 30px;
    }
    img {
	max-height: 600px;

    }
}

.reveal .scrollable {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
        }


.custom-spacing li {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}
