/*
 * Copyright (c) 2022-2025, Wollette Ltd and/or its affiliates. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES, OR THIS FILE HEADER.
 *
 * Proprietary and confidential. Unauthorized copying of this file, via any medium
 * is strictly prohibited.
 */

body {
  background: #f2f2f2;
}

.container {
  max-width: 400px;
  margin: 40px auto;
  background: #fff;
  padding: 30px 30px 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}