body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Arial', sans-serif;
  background: url('AdobeStock_1654072272.jpeg') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.container {
  background-color: rgba(0, 0, 0, 0.5); /* leve transparência para destacar texto */
  padding: 40px;
  border-radius: 15px;



.logo {
  max-width: 700px;
  margin-bottom: 20px;
}

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

.youtube-link {
  color: #FF0000; /* vermelho F1/YouTube */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}

.youtube-link:hover {
  text-decoration: underline;
}