@font-face {
  font-family: pet;
  src: url(PetMe.ttf)
}



*
{
  padding: 5px;
  margin: 0;

}

#titulo
{
  font-family: pet;
  font-size: 12px;
  font-weight: bold;

}

body
{
  line-height: 20px;
  background-color: #111111;
  color: #66ff66;
  font-family: pet;
  font-size: 16px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

#content
{
  margin-top: 50px;
  margin-left: 25px;
  grid-column: 1;
}

#ola
{
  font-family: pet;
  font-size: 10px;

}