.psp-box {
  max-width: 500px;
  margin: 40px auto;
  text-align: center;
  font-family: Arial;
}

.psp-box input {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
}

.psp-buttons button {
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
}

.circle {
  width: 140px;
  height: 140px;
  border: 10px solid;
  border-radius: 50%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}
