@font-face {
  font-family: 'USQ';
  src: url('fonte/usq_normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'USQ';
  src: url('fonte/usq_bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'USQ', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #2a2a2a;
  padding: 40px 20px;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.voltar {
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  margin-bottom: 30px;
}

.voltar:hover {
  text-decoration: underline;
}
