body {
    font-family: Open Sans;
    text-transform: uppercase;
}
#mainContent{
	background-color:#bfb8e7;
}
img{
    height:10%;
    width:10%;
}
input{
	width:50%;
}
#buttonBox{
	margin: 150px auto;
	padding:5%;
	background-color:#b599e5;
    border-radius:10px;
    transition: background-color 0.5s ease;
}
#quizContentdisplay{
	padding:0px auto;
}
h1 {
	font-family: 'Times New Roman', serif;
}
.text-left-right {
    text-align: center;
    position: relative;
}
.left-text {
    left: 0;
    position: absolute;
}
header {
  border-bottom: 1px solid #0d122b;
  margin-bottom: 2em;
}
