body {
    font-family: Arial, sans-serif;
	font-size: 100%;
    width: 95vw;
    margin:0 auto;
    padding: 1em;
    text-align: center;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 117%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 83%;
}
h6 {
	font-size: 67%;
}
p {
	font-size: 100%;
}
#copyright {
    font-size: 75%;
    text-align: right;
}
.base_color {
    color: blue;
}
