body {
    margin: 0;

    width: 100%;
    height: 100%;
  }
  #content-div {
    position: absolute;
    top: 3rem;
    left: 20vw;    
  } 
  
  #content-div2 {
    position: absolute;
    bottom: 3rem;
    left: 10vw;    
  } 