body {

    background:rgb(211, 200, 185);

}

form{
position: relative; left: 80px

}

#top, #bottom, #left, #right {
background: rgb(191, 117, 95);
position: fixed;

}

#left, #right {
  top: 0; bottom: 0;
  width: 15px;
}

#left {left: 0;}
#right {right: 0;}

#top, #bottom{
  left:0; right:0;
  height: 15px;

}
#top{top:0;}
#bottom{bottom:0;}


.navbar {
  overflow: hidden;
  background-color: rgb(191, 117, 95);
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: rgba(191, 117, 95, 0.877);
}


.show {
  display: block;
}


h1 { text-align: center;font-size: 300%;}

a {text-decoration: none; color: rgb(255, 255, 255); font-family: sans-serif;font-size: 120%; }

h1 {text-shadow: 5px 5px 4px rgba(53, 75, 37, 0.849);}

h1,h2,h3,p,li,ul,b{font-family: sans-serif;color: rgb(255, 255, 255);}

 p {font-size: 120%;}
li {font-size: 120%;}

li{list-style-position:outside;}

p1{font-size: smaller;}

video{left:500px;}

   


