body {
    font-family: Verdana, sans-serif;
    background-color: white;
    font-size: 12px;
    background-size: 100%;
    width: 1200px;
}

table {
	border: none;
	margin-left: 20px;
	text-align: left;
	width: 85%;
}
/*td {
	width: 300px;
}*/

img { 
  height: 200px;
}

hr {
	height: 1px;
	border: none;
	background-color: gray;
	color: blue;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 1250px;
}

.np-h1 {
    text-align: center;
    font-family: Brush Script MT, Brush Script Std, cursive;
    font-size: 60px;
    width: 1200px;
}

.cb-w {
	height: 400px;
	width: 1200;
}
/* Styles for landscape orientation */
@media screen and (orientation: landscape) {
  .container {
    flex-direction: row;
  }
}

/* Styles for portrait orientation */
@media screen and (orientation: portrait) {
  .container {
    flex-direction: column;
  }
}