
@font-face {
  font-family: 'BitGameFont';
  src: url('./BitGameFont.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}
.row {
  column-count: 3;  
  column-gap: 15px; 
  max-width: 1200px; 
  margin: 0 auto;
  padding: 20px;
}

.row img {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  break-inside: avoid;
  border-radius: 6px;
}

body {
  cursor: url('cur.png') 0 0, auto;
}

a:hover {
  cursor: url('../cursor/handc.png') 0 0, pointer;
}

p {
  align-self: center;  
  color: yellow;  
  text-align: center;
  font-family: 'BitGameFont', Times New Roman;
  font-size: 20px;
  line-height: 1.5;
}

h1 {
  background-color: white; 
  color: black;
  font-family: 'BitGameFont', Times New Roman;
  font-size: 30px;
  text-align: center;
  padding: 10px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}








