/* stylesheet for bio.html */

body {
	margin-left: 25%;
	margin-right: 25%;
    font-size: 100%;
    background-color: white;
    text-align: center;
}

h2 {
	color: orange;
}

p {
	color: #ed7754;
}