/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  margin:3vmin;font-family:Verdana;
}
nav{text-align: center; }
a{color: #ECB30A}
#background{width: 74vmin;
            height: 94vmin;
  background-color:#ECB30A;
            margin:0 auto;position:relative;}
#square1{position: absolute;
        width: 37vmin;
        height: 47vmin;
        background-color: black}
#square2{position: absolute;
  right:0vmin;
  bottom:0vmin;
  width: 37vmin;
  height: 47vmin;
  background-color: black}
#square3{position: absolute;
  left: 10vmin;
  top:13vmin;
  width: 53vmin;
  height: 34vmin;
  background-color:#ECB30A}
#square4{position: absolute;
left: 10vmin;
bottom:13vmin;
width: 53vmin;
height: 34vmin;
background-color: black}
#square5{position: absolute;
  left: 10vmin;
  top:13vmin;
  width: 53vmin;
  height: 34vmin;
  background-image: repeating-linear-gradient(90deg,
    transparent,
    transparent 10px,
    black 10px,
    black 20px);
  }
#square6{position: absolute;left: 10vmin;
  bottom:13vmin;
  width: 53vmin;
  height: 34vmin;
  background-image: repeating-linear-gradient(90deg,
    transparent,
    transparent 10px,
    #ECB30A 10px,
    #ECB30A 20px);
}