body {
  background: #1c1c1c;
}

h1 {
  font-family: "Inter", sans-serif;
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  color: white;
}
.section {
  height: 720px;
  width: 550px;
  margin: 0 auto;
  text-align: center;
  background: #f4f4f4;
  border: 8px solid white;
  border-radius: 16px;
  overflow: hidden;
}

.main {
  height: 250px;
  background: #6943ff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

input {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 58px;
  line-height: 24px;
  color: white;
  background: transparent;
  border: 2px solid #b295ff;
  height: 83px;
  width: 117px;
  border-radius: 5px;
}

button {
  height: 42px;
  width: 117px;
  background-color: white;
  color: #3d3d3d;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  border: none;
  border-radius: 5px;
}

.container {
  box-sizing: border-box;
  height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 500px;
  border-radius: 5px;
  background: white;
}
h2 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #5a537b;
}

p {
  font-family: "Inter", sans-serif;
  color: #353535;
  font-size: 14px;
}
