html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}

body {
  overflow-y: auto;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px;
  flex: 1;
  background-color: #f0f0f0;
  padding-bottom: 90px;
  height: auto;
  max-height: none;
  overflow: visible;
  box-sizing: border-box;
}

.card {
  width: 100%;
  max-width: 400px;
  height: 150px;
  background-color: #ccc;
  border-radius: 10px;

}