@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');


.text-container {
  width: 600px;
  margin: auto;
   	border-style: solid;
	border-image: url("https://file.garden/Zx3Clq1Z7kthf_V-/pastry/kinlist2/tumblr-6aac9dee4fe4bfb12f9d3f38851e2eb0-567a77ef-640%20(1).webp") 23 fill round;
	border-image-slice:  19%;
        border-image-repeat: round;
	border-width: 30px;
	background-clip: padding-box;
  padding: 0;
  background-color: white;
}

.maintext {
    font-family: "Zen Antique Soft";
  text-align: center;
  font-size: 16px;
  color: Black;
}

.imgwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgwrapper img {
  transition: all 0.2s ease-out;
}

.imgwrapper img:hover {
  transform: scale(1.2);
}

.maintext a {
    color: Black;
  text-decoration: underline;
}

body { background-image: url("https://file.garden/Zx3Clq1Z7kthf_V-/pastry/kinlist2/65147e50c1d49f6c420a1f3700ab7600%20(1).webp");
  background-size: cover;
}