@font-face {
  font-family: 'Beaufort for LOL Bold';
  src: url('../BeaufortForLoL-TTF/BeaufortforLOL-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html,
body {
height: 100%;
width: 100%;
overflow: hidden;
}

body {
font-family: 'Beaufort for LOL Bold', Arial, sans-serif; /* Adiciona a nova fonte */
justify-content: center;
align-items: center;
background-color: #020b10;
}
