* {
  padding: 0;
  margin: 0;
}

body {
  background: url(./img/tela.jpeg);
  color: rgb(248, 245, 245);
  font-family: "Courier New", Courier, monospace;
}

.container {
  text-align: center;
  background-color: rgb(43, 44, 7);
  width: 40%;
  margin: 60px auto;
  border: solid 2px #f8f2f2;
  border-radius: 1rem;
  padding: 1rem;
  height: 80%;
}

#img1 {
  position: fixed;
  right: 18px;
  top: 18px;
}

header h1 {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur (10px);
  border-radius: 1rem;
  -webkit-backdrop-filter: blur (10px);
  font-size: 40px;
  padding-top: 20px;
}

header p {
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #ffffff;
}

.page-logo {
  max-width: 300px;
  max-height: 50px;
  padding-bottom: 20px;
}

section input {
  width: 400px;
  height: 40px;
  font-size: 15px;
  text-align: center;
  border: solid 2px #130101;
  border-radius: 8px;
  color: black;
  margin-bottom: 10px;
}

.button {
  margin-top: 1rem;
  width: 250px;
  height: 50px;
  background: #fbff00;
  color: rgb(249, 250, 247);
  font-size: 25px;
  border: solid 1px #1f0404;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 1s;
}

.button:hover {
  background: #697409;
}

.texto--padrao {
  margin-top: 20px;
  font-family: "Courier New", Courier, monospace;
  color: #ffffff;
  font-size: 18px;
}
