html {
width:100%;
}

body {
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
font-size:3em;
}

h2 {
font-size:1.8em;
}

h3 {
font-size:1em;
}

#websitechange {
margin-right:auto;
margin-left:auto;
padding:3%;
width:75%;
height:auto;
border:solid 3px black;
}

#oldlogo {
width:100px;
height:100px;
background-image:url(../redirect/oldqclogo.png);
float:left;
}

#newlogo {
width:150px;
height:88px;
background-image:url(../redirect/newqclogo.png);
float:right;
right:0px;
bottom:0px;
}