html{
    font-family: sans-serif;
}

.middleImage{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    padding-top: 2%;
    padding-bottom: 2%;
}

.middleText{
    text-align: center;
}

#homeTitleText{
    color: rebeccapurple;
}

#questionSection, #referenceSection{
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 5%;
    padding: 1%;
    border: thin solid rebeccapurple;
}

a:link, a:visited {
    text-decoration: none;
}

#twitterLink{
    color: rgb(0, 101, 254);
}

#emailLink{
    color:rgba(220, 20, 60, 0.908);
}

#detailsTop{
    padding-top: 2%;
}

#detailsBottom{
    padding-bottom: 2%;
    opacity: 0.65;
}

.pageNavLine{
    text-align: center;
    padding-bottom: 2%;
}

.pageNavLink{
    padding-left: 2.2%;
    padding-right: 2.2%;
}

.pageNavLink:hover{
    color: purple;
    text-decoration: underline;
}

ul{
    list-style-type: decimal;
}

li{
    margin-top: 2%;
    margin-bottom: 2.5%;
}

.newLine{
    display: block;
    padding-left: 1%;
    margin-top: 0.5%;
}
