body {
  font-family: Arial, sans-serif;
  background-color: #865579;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 600px;
  margin: 50px auto;
  background-color: #eac0de;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.link-container {
  display: flex;
  justify-content: center;
  width: 100%;
  color: white;
  font-weight: bold;
}
.link-container a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="text"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="radio"] {
  margin-left: 5px;
}
.PV {
  display: inline-block;
}
label {
  font-size: large;
}

button {
  background-color: #df9bee;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #671e6f;
  color: aliceblue;
}
