@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');


.text-container {
  background: #faf1e9;
  width: 700px;
  margin: auto;
  border: 1.5em solid;
          border-image-slice: 130 125 125 130;
  border-image-repeat: stretch;
          border-image-source:url("https://file.garden/Zx3Clq1Z7kthf_V-/pastry/kingdomhearts2/16vx4u%20(1)%20(3).png");
}

.maintext {
  text-align: center;
 font-family: "Bellefair";
  font-size: 1.2em;
  color: black;
}

body {
  background-image: url("https://file.garden/Zx3Clq1Z7kthf_V-/pastry/kingdomhearts2/8b6517240eeadcb573770fc679a7c4f8%20(1).jpg");
  background-size: cover;
}