@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: 90vmin;
  margin: 33vmin auto 4vmin auto;
  height: 68vmin;
  background-color: rgb(220, 63, 34);
  position:relative;
}

#green{
  left:1.5%;
  top:9%;
  width: 35%;
  height: 85%;
  background-color: rgb(71, 157, 59);
  position:absolute;
}

    .oval {
        right: 1%;
        top: 6%;
        width: 38%;
        height: 90%;
        background-color: rgb(44, 114, 198);
        border-radius: 45%;
        position:absolute;