@font-face {
  font-family: 'Urbanist';
  src: url('static/Urbanist-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Urbanist';
  src: url('static/Urbanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Urbanist';
  src: url('static/Urbanist-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: 'Urbanist', sans-serif;
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
}

.form-wrapper {
  margin-bottom: 20px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  margin: auto;
}

input, button, select {
  padding: 10px;
  font-size: 14px;
}

.assinatura {
  position: relative;
  width: 750px;
  height: 250px;
  margin: 20px auto;
}

.fundo {
  width: 100%;
  height: auto;
  display: block;
}

.texto {
  position: absolute;
  font-size: 14px;
  font-family: 'Urbanist', sans-serif;
}

.nome {
  top: 40px;
  left: 140px;
  color: rgb(61, 62, 66);
  font-size: 25px;
  font-weight: bold;
}

.cargo {
  top: 70px;
  left: 140px;
  color: rgb(61, 62, 66);
}

.email {
  top: 105px;
  left: 160px;
  color: rgb(61, 62, 66);
}

.telefone {
  top: 130px;
  left: 160px;
  color: rgb(61, 62, 66);
}

.site {
  top: 154px;
  left: 160px;
  color: rgb(61, 62, 66);
}

.endereco {
  top: 193px;
  left: 160px;
  color: rgb(61, 62, 66);
  width: 560px;
  text-align: left;
  font-size: 12px;
}