body {
  
  background-color: lightgrey;
  color: black;
  font-family: SimSun;

}

/* DIVIDER */

.positioned {
  position: absolute;
  top: 230px;
  left: 600px;
}

/* DIVIDER */

.box {
  
  display: grid;
  gap: 5px;

  width: 600px;
  height: max-content;
  
  margin-left: auto;
  margin-right: auto;

}

 /* DIVIDER */

.header {
  
  border: 1px solid black;
  background-color: white;
  height: max-content;

  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 10;

  
}

/* DIVIDER */

.face {

  border: 1px solid black;
  background-color: white;
  height: max-content;
  
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 4;

}

/* DIVIDER */

.textbox {
  
  border: 1px solid black;
  background-color: white;
  height: max-content;
  
  padding: 5px;
  
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 4;
  grid-column-end: 10;
 
  
}

/* DIVIDER */

.socials {
  
  border-top: 1px solid black;
  background-color: white;
  height: max-content;
  
  margin-bottom: 0;
  
}

/* DIVIDER */

.buttonsall {
  
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 10;
  height: max-content;
  
}


/* DIVIDER */

.affiliates {
  
  border: 1px solid black;
  background-color: white;
  height: max-content;
  width: 500px;
  
  margin-top: 5px;
  margin-bottom: 5px;
  
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column-start: 2;
  grid-column-end: 9;

  
}

/* DIVIDER */

.stamps {
  
  border: 1px solid black;
  background-color: white;
  height: 290px;
  width: 540px;
  
  overflow: scroll;
  
  grid-row-start: 6;
  grid-row-end: 7;
  grid-column-start: 2;
  grid-column-end: 9;
  
}

/* DIVIDER */

