{
  box-sizing: border-box;
}

body {
  background-image: url(https://open-window.neocities.org/I_G/bands.png);
  margin: 0;
  cursor: url(https://open-window.neocities.org/I_G/normhand.png), auto;
  font-family: "rainyhearts"; 
  align-content: center;"
}


@font-face {
    font-family: "rainyhearts"; 
    src: url("https://open-window.neocities.org/I_G/rainyhearts.woff"); 
}


a:hover {
  cursor: url(https://open-window.neocities.org/I_G/linkhand.png), auto;
}

.parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 10px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }

mark { 
  background-color: #ecf2f9;
  color: black;
}
