body {
	background: radial-gradient(52.37% 52.37% at 25.64% 12.03%, #200065 0%, #100032 100%);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

footer {
    padding: 20px 0;
    background-color: #f8f9fa;
}

.container {
    flex: 1;
	color: #ffffff;
}

.custom-text {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: calc(1.5rem + 1vw);
	color: #B1A6F4;
}

.store-img {
    height: 60px;
    width: auto;
    max-width: 100%;
}
.store-badge {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tutorial-img {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tutorial-caption {
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 0.5rem;
  color: #fff;
}