body{ 
  background-image:url("https://i.pinimg.com/736x/28/0b/72/280b72c3a004d8307ab9920080bb879d.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/1200x/b3/af/18/b3af18efcfb3a1bd066e3dd17368e5c9.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");
  }