body {
  font-family: Courier, sans-serif; 
  font-size: 16px; /* Base font size */
  color: #000000; /* Text color */
}

h1 {
  font-weight: bold;
  font-style: italic;
}

.dashed-box {
  border: 2px dashed black;
  margin: 10px; 
  padding: 10px; /* Optional: adds space between content and border */
}

.border {
  border: 50px solid transparent;
  border-image: url('https://mondeyne.neocities.org/WebBG.jpg') 150 round;
    border-style: solid;
    gap: 0px;
    width: 75%;
    margin: auto 
}