.parent {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
}

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

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

.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 
}