@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:400');

body {
  background-color: white;
  font-family: "PT Serif", sans-serif; 
  font-size: 18px;
  margin: 0;
  color: #f8f;
}

a{ font-size: 1.2em;
   text-decoration: none;
   padding-right: 10px;
   padding-left:10px; 
   color: gray;
}
nav{   
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
  position: absolute;
  padding-top: 8px;
  text-align: center;
  width: 100%;
 

}

.active{
  text-decoration: underline;
  color: red; 
}
#canvas {
  width: 50vmin;
  margin: 17vmin auto 3vmin auto;
  height: 75vmin;
  background-color: rgb(207, 64, 36);
  position:relative;
}
#paleblue{
  top: 0%;
  width: 100%;
  height: 7%;
  background-color: rgb(178, 218, 224);
  position:absolute;
}
#yellow{
  right: 0%;
  top: 7%;
  width: 10%;
  height: 93%;
  background-color: rgb(231, 209, 70);
  position:absolute;
}
#lightkhaki{
  bottom: 0;
  width: 90%;
  height: 7%;
  background-color: rgb(230, 213, 167);
  position:absolute;
}
#salmon{
  left: 0%;
  top: 7%;
  width: 10%;
  height: 93%;
  background-color: rgb(229, 174, 158);
  position:absolute;
}

