.headline {
    flex-basis: 100%;
    flex-wrap: wrap;
    text-align: center;
    color: black;
    background-color: transparent;
}

h1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 145%;
} 

.text {
    flex-basis: 100%;
    text-align: justify;
    color: black;
    background-color: white;
    margin-left: 6%;
    margin-right: 6%;
    padding-left: 3%;
    padding-right: 3%;
}

.italicText {
    font-style: italic;
}

.subheading {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 115%;
    font-weight: bold;
    padding-top: 1%;
}

.caption {
    flex-basis: 100%;
    text-align: left;
    color: black;
    background-color: white;
    margin-left: 1%;
    font-style: italic;
}

.linkToReview {
    font-style: italic;
    font-weight: bolder;
}

.code {
	font-family: monospace;
	font-size: 120%;
	flex-basis: 100%;
   text-align: center;
   color: black;
   background-color: #ffffcc;
   margin-left: 6%;
   margin-right: 6%;
   padding-left: 3%;
   padding-right: 3%;
}