@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


.bi-tux{
  font-size: 3rem;
}
body {
  font-family: Oxanium, sans-serif;
  background-color: #0f172a;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
  margin: 0;
  text-align: center;
  flex-direction: column;
  align-items: center;

}

.card {
  background: #1e293b;
  color: #e2e8f0;
  max-width: 500px;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);

}

h1 {
  color: #7dd3fc;
}

h2 {
  color: #94a3b8;
}

img {
  width: 100%;
  border-radius: 8px;
  margin: 16px 0;
}

a {
  display: inline-block;
  margin-top: 16px;
  color: white;
  background: #f16363;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
}

a:hover {
  background: #e54646;
}

iframe{
  align-items: center;
}
