* { margin: 0; padding: 0; border: none; }

body {
   /*background-color: #64d1fa;*/
   background-color: #e6ffff;
   font-family: sans-serif;
   padding: 5px;
   color: #006bb3;
   text-align: center;
}

p {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25%;
	padding-right: 25%;
	text-align: left;
	line-height: 1.5;
}

h1 {
   font-family: helvetica, sans-serif;
   font-size: 50px;
   margin:none;
}

h2 {
   font-family: verdana, sans-serif;
   font-size: 25px;
}

h3 {
   text-align: center;
   font-size: 20px; 
}

img {
   max-width: 400px;
   max-height: 400px;
   padding: 5px;
}

.bigimg {
   max-width: 600px;
   max-height: 600px;
   padding: 5px;
}

.role {
   font-weight: bold;
}

.center {
	text-align: center;
}

a {
	padding-bottom: 20px;
	text-decoration: none;
}

video {
	max-width: 600px;
    max-height: 500px;
}
