body{ 
  background-image:url("https://i.pinimg.com/736x/36/d4/1b/36d41b35ad0829dea1bb6ce914c2c135.jpg");
  background-size: 50%;
  color:white;
}

div{
  border: solid white 1px;
  border-radius: 5px;
  }
  
#primary{
  width: 980px;
  height: 580px;
  background: black;
  padding: 20px;
  overflow: auto;
  }
  
#secondary{
  width: 920px;
  height: 500px;
  padding: 20px;
  padding-top: 40px;
  display: flex;
  overflow: auto;
  background-image: url("https://i.pinimg.com/736x/ff/c6/86/ffc686219cdb320aa17fb3e83d3d123f.jpg");
  }

#portrait{
  width: 400px;
  height: 480px;
  margin-left: 30px;
  background: white;
  overflow: hidden;
  }
  
#id{
  width: 580px;
  height: 440px;
  padding: 20px;
  background-image: url("https://syntheticetoile.neocities.org/imgs/blacklace.jpg");
  }