/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

header {
    font-size:165%;
  }

.header {
  height:140px;
  font-size:140%;
  color:white;
  outline:3px solid black;
  padding:10px;
  background-image:linear-gradient(90deg, #6c9fd9, #fafaf5);
  white-space: nowrap;
  text-shadow: 1px 0px black;
}

.menuhead {
  height:40px;
  width:190px;
  color:white;
  outline:3px solid black;
  padding:5px;
  background-image:linear-gradient(90deg, #6c9fd9, #fafaf5);
  text-shadow: 1px 0px black;
  position:absolute;
  left:910px;
  top:151px;
  }


#kagami {
  width:200px;
  height:auto;
  position:relative;
  left:76.5%;
  bottom:175px;
}

.body {
  padding-left:40px;
  padding-right:40px;
  padding-top:5px;
  padding-bottom:40px;
  background-color:#fafaf5;
  margin-bottom:10px;
  min-height:680px;

}

h1 {
  box-shadow:0px 3px black;
  }

html {
  background-image:url(/checkers.jpg);
  font-family:"Noto",sans-serif;
  width:1135px;
  min-height:1400px;
  height:100%;
  }
  
.main {
  margin-top:40px;
  margin-left:60px;
  width:800px;
  outline:3px solid black;
  line-height:1.5;
}

#sidenav {
  display: block;
  position:absolute;
  left:910px;
  top:203px;
  width:160px;
  min-height:622px;
  margin-bottom:10px;
  margin-right:60px;
  padding:0px 20px 20px 20px;
  background-color:#fafaf5;
  outline:3px solid black;
  line-height:2;

}

#sidenav h3 {
  box-shadow:0px 1px black;
  
}
