* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

*:focus {
  outline: none !important;
}

a,
button {
  cursor: pointer !important;
}

html,
body {
  height: 100%;
}

body {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative;
  min-height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1c1c1c+0,000000+100 */
  background: #f1f1f1;
  background: url(./fundo.jpg) no-repeat center center;
  color: #333;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  height: auto;
}

.header img {
  width: 100%;
  max-width: 500px;
}

.links {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.links a {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(7.5px);
  border-radius: 15px;
  text-align: center;
  color: #24415e;
  font-size: 16px;
  padding: 20px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  min-height: 80px;
  gap: 10px;
  transition: all 0.3s ease;
}
.links a svg {
  height: 40px;
}
.links a:hover {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  transform: scale(1.05);
}

/*# sourceMappingURL=style.css.map */
