@media screen and (max-width: 768px) {
    /* Styles for screens up to 768px width */
}

@media screen and (orientation: landscape) {
    /* Styles for landscape orientation */
}
body {
  background-image: url("cardboard.jpg");
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
  overflow: hidden;
  display: inline-block;
  text-align: left;
  font-size: 30px;
  }

li {
  float: left;
  text-align: center;
}
li a {
  display: block;
  color: black;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
}

li a:hover {
  background-color: #ffccee;
}
.active {
  background-color: #ff9933;
  border-style: outset;
  border-radius: 25px;
}

div.container {
  text-align: left;
}

.column {
  float: left;
  padding: 10px;
}
.column.side {
  width: 25%;
}
.column.middle {
  width: 50%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.footer {
  background-color: #fece67;
  padding: 10px;
  text-align: center;
}
.header {
  background-color: #fece67;
  padding: 30px;
  text-align: center;
  font-size: 35px;
}

div {
  font-family: cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  background-color: #fece67;
  border: 5px solid navy;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 20px;
  border-radius: 30px;
}
h1 {
  color: Black;
    font-family:cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
	font-size: 40px
    
}
h2 {
  color: Black;
    font-family: cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
	font-size: 25px
    
}
p {
  color: black;
  font-family: cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: left;
  font-size: 20px
	
}
h3 {
   color: black;
  font-family: cursive, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  text-align: center;
  font-size: 20px
	
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

