@font-face {
  font-family: 'Insolente';
  src: url('fonte/Insolente-Regular.woff') format('woff2'),
      url('fonte/Insolente-Regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body{
    background-color: radial-gradient(white,rgb(255, 134, 235));
     display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr ;
    grid-template-rows: repeat 1fr;
     gap: 2em 1em;
}
a{font-family:'Insolente'
 ;
text-decoration: none;
color: rgb(255, 124, 203);
text-align: center;
font-size: 1.5em;
}

