body {
  background-color: rgba(241, 235, 226, 0.66);
  margin-left: 10px;
}

div {
  border: 3px solid;
}

.navbar {
  background-color: rgba(255, 206, 85, 0.29);
  overflow: hidden;
}

.navbar a {
  text-decoration: none;
  font-size: 25px;
  color: black;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  text-align:center;
  font-family: cursive;
}

.navbar a:hover {
  background-color: rgb(255,255,255);
  color: rgba(214, 163, 88, 0.98);
  font-size: 28px;
}

.navbar a.active {
  background-color: rgba(214, 163, 88, 0.66);
  color: white;
}

.special {
  background-color: white;
  font-size: 30px;
}

h6 {
  text-align: left;
  font-size: 12px;
  font-style: italic;
  margin-right: 20px;
}

h5 {
  font-style: italic;
}

.what {
  text-align: left;
  font-size: 22px;
}

.whatpic {
  height: 250px;
  width: 450px;
  border: solid 3px;
  color: rgba(0, 157, 255, 0.34);
  border-color: rgba(17, 115, 134, 0.6);
  margin-left: 250px;
}

.what1 {
  font-size: 34px;
  text-shadow: 3px 1px rgba(91, 69, 12, 0.3)
}

.gwarming {
  text-align: center;
  font-family: sans-serif;
  font-size: 45px;
  text-shadow: 4px 3px rgba(91, 108, 2, 0.38);
}

h4 {
  font-size: 40px;
  font-family: fantasy;
  text-align: right;
}

.how{
  border-color: palevioletred;
  border-radius: 10px;
  border-style: solid;
  width: 300px;
  height: 200px;
}

.how1{
  border-color: aqua;
  border-radius: 10px;
  border-style: solid;
  width: 300px;
  height: 200px;
}

.how2{
  padding-left: 0px;
}

.howp {
  font-size: 29px;
  font-family: cursive;
}

ul{
  font-size: 26px;
}

.ul{
  font-size: 15px;
}

h3{
  font-size: 43px;
}

.indexpic {
  float: right;
  width: 300px;
  height: 340px;
  border: 2px solid;
  margin-top: 100px;
}

.index{
  font-size: 38px;
}

.indexp {
  font-size: 20px;
  font-family: monospace;
}

footer {
  background-color: white;
  border: 1px solid;
  font-size: 20px;
}

.headings {
  text-shadow: 3px 1px rgba(91, 108, 2, 0.38);
  font-family: sans-serif;
  font-size: 37px;
}
