body{ 
  margin: 3vmin;
  background-color: rgba(82,82,82,.74);
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: white;
  padding: 5px 25px;
}


#menu{ 
  width: 100%;
    max-width: 400px;
    margin: 0 auto; 
    text-align: center;
    padding-top: 5px;
    padding-bottom: 30px;
 }

  ul{ 
  list-style: none; 
  padding-left: 0;
  padding-top: 20px;
 }
 ul li{
  display: inline-block; 
  padding: 5px;
  background-color: #eee;
  margin-right: 10px;
  border: solid 1px grey;
  box-shadow: 1px 1px 5px black;
  border-radius: 5px;
  margin-bottom: 10px;
 }
 ul li a{
  text-decoration: none;
  color: black;
 }



#canvas{ 
  width: 400px; 
  height: 400px; 
  background-color: black; 
  margin:0 auto;
  position:relative;
}

#white_v1, #white_v2, #white_h1, { 
  background-color: white;
  position:absolute;
}


#white_v1{
    background-color: white;
    position: absolute;
    height: 35%;
    width: 30%;
    bottom: 67%; 
}

#white_v2{
    background-color: white;
    position: absolute;
    height: 30%;
    width: 30%;
    bottom: 33%; 
}

#white_h1{
    background-color: white;
    position: absolute;
    height: 30%;
    width: 56%;
    bottom: 0%;
    left: 32%;
}


#blue{ 
    background-color: blue;
    position: absolute;
    height: 30%;
    width: 30%;
    bottom: 0%;
}

#red{ 
    background-color: red;
    position: absolute;
    right: 0%;
    top: 0%;
    height: 67%;
    width: 68%;
}

#yellow{ 
    background-color: yellow;
    position: absolute;
    height: 16%;
    width: 10%;
    bottom: 0;
    right: 0;
}


