body {
  background: #eee;
  cursor: pointer;
}
 
svg {
  display: block;
  position: absolute;
  top: 1%;
  left: 1%;
  transform: translate(-1%, -1%);
}
 
.filler {
  background: green;
  position: absolute;
  bottom: 1%;
  top: 0;
  left: 0;
  right: 0;
}
 
h1 {
  color: white;
}
 
p {
  color: white;
}
 
.area {
  width: 100%;
  height: 300px;
  position: relative;
  border: 1px solid white;
  overflow: hidden;
}
 
Resources