
body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-image: url(../imagens/pexels-thisisengineering-3861969.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
  height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.container {
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #2E2EFF;
  border-radius: 16px;
  padding: 40px;
  max-width: 500px;
  box-shadow: 0 0 20px #2E2EFF;
}

h1 {
  font-size: 2em;
  margin-bottom: 20px;
}

p {
  font-size: 1.2em;
  color: white;
  margin-bottom: 20px;
}

a {
  color: #2E2EFF;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: white;
}
