body {
 background-image: url("stripe2.jpg"); /* tên file ảnh */
  background-repeat: repeat;       /* lặp ngang */
  background-position: top center;   /* canh giữa đầu trang */
  background-size: auto;             /* giữ nguyên kích thước */
  background-color: #efc3e6;            /* phòng trường hợp ảnh có viền trong suốt */
  margin: 0;
}
.box {
  width: 90%;
  max-width: 700px;
  background-color: #f5f5f5;
  text-align: start;
 
  border-style: dashed;
    position: relative;
  top: 100px; 
  line-height: 1.3;
         justify-content: center;   /* căn giữa theo chiều ngang */
  align-items: center; 
  margin:  60px auto 0 auto; 
}