@font-face {
  font-family: 'Anton';
  src: url('Assets/Tipografias/Anton-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  min-height: 100vh;
  margin: 0;
  background-color: #808080;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

h2 {
  font-family: 'Anton', sans-serif;
  color: #222;
  margin: 0 0 1rem;
}

video {
  display: block;
  max-width: 90vw;
  height: auto;
}
