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

*{ box-sizing:border-box; }
body{ margin: 3vmin;}

#canvas{
  width: 130vmin;
  height: 70vmin;
  background-color: rgb(173,35,47);
  margin: 0 auto;
  position: relative;
}
#black{ 
  background-color: rgb(21,30,33);
  position:absolute;
  left: 20%; 
  top:0; 
  width: 80%; 
  height: 35%;
}
