 @import url('https://fonts.googleapis.com/css2?family=Schoolbell&display=swap');


.text-container {
  width: 600px;
  margin: auto;
background-color: white;
border-style: solid;
  border-image: url("https://file.garden/Zx3Clq1Z7kthf_V-/pastry/joel/fbfm13%20(1)%20(2).webp") 40 fill round;
  border-image-slice: 26%;
  border-image-repeat: round;
  border-width: 40px;
  background-clip: padding-box;
}

body {
  background-color: white;
}

.main a {
  color: #2f5656;
  text-decoration: underline;
  font-family: "Schoolbell";
  font-size: 1.1em;
}
.main {
  text-align: center;