/* site.css */
header, footer, body {
	text-align: center;
}

header {
  font-family: 'Courier New Header';
  font-size: 80px;
  background-color: lightgray;
}
body {
  background-color: lightgreen;
  border: solid 2px black;
  border-radius: 3px;
}


footer {
  border: solid 1px black;
}

#main {
  margin: 7px;
  font-family: 'Times New Roman', Arial, sans-serif;
  font-size: 24px;
  color: navy; 
}

#crew {
  font-family: 'Times New Roman', Arial, sans-serif;
  font-size: 24px;
  color: navy;
}

.bordered-image {
  border: solid 3px green;
	border-radius: 3px;
  width: 250px;
  height: 250px;
}

.PageSelection {
  font-size: 24px;
  margin-right: auto;
  margin-left: auto;
}

.todo {
  text-align: center;
  font-size: 40px
}

.header_img{
  height: 150px;
  width: 150px;
}