.body {
  font-family: 'Font-name';
  background-image: url("https://alienic.neocities.org/hey.png");
  background-repeat: repeat;
  color: #362D2C; 
  border {
   border-width: 7px; 
   border-style: solid; 
   border-image: url("https://i.imgur.com/8Tk8PKV.gif") 7 fill round; 
}
   .header {
width: 100%; /* Full width */
height: 400px; /* Set height for the header */
background-image: url("https://alienic.neocities.org/hey.png"); /* Path to your image */
background-size: cover; /* Cover the entire header area */
background-position: center; /* Center the image */
color: white; /* Text color */ 
display: flex; /* Use flexbox for centering content */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
text-align: center; /* Center text */
}
@font-face { 
  font-family: "Font-name"; 
  src: url(https://alienic.neocities.org/CreatoDisplay-Thin[1].otf) 
  format("opentype");
}