* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, sans-serif;
  background: #ffffff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 24px;
  position: relative;
}

/* ===== TOP RIGHT LOGO ===== */
.top-logo {
  position: absolute;
  top: 24px;
  right: 28px;
}

.top-logo img { 
  width: 160px;
  
}

/* ===== CARD ===== */
.card {
  width: 100%;
  max-width: 460px;
  padding: 32px 28px;
}
.text-center{
  text-align: center;
}