@font-face {
  font-family: 'CustomFont'; /* Name your font family */
  src: url('Cartoon.ttf'); /* Locate the .ttf file within your directory*/
}

body {
  background-image: url('bricks.png');
  font-family: 'CustomFont', sans-serif; /* Use the font family */
  text-align: center;
}

#pngries {
  height: 1000px;
  width: 1000px;
}

.title {
  font-size: 100px;
  font-family: arial, bold;
  opacity: 0;
}

div {
  display: block;
  border-radius: 10px;
  background-color: white;
  width: 1500px;
  height: 310px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 10px;
  opacity: 0.5;
}