body {
  font-family: Arial, sans-serif;
  background-color: #ffe6f0;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

h2 {
  color: #ff4d94;
}


input[type="submit"], button {
  background-color: #ff4d94;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 5px;
  cursor: pointer;
}

input[type="submit"]:hover, button:hover {
  background-color: #ff66a3;
}





form {
  background-color: #fff;
  padding: 25px 30px;
  border: 1px solid #ffd6e8;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 300px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #ff4d94;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="submit"] {
  background-color: #ff4d94;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

input[type="submit"]:hover {
  background-color: #ff66a3;
}

a {
  color: #ff4d94;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 15px;
}

a:hover {
  text-decoration: underline;
}

p {
  text-align: center;
}






textarea {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  resize: vertical;
}

#chat {
  margin-top: 20px;
  padding: 10px;
  background-color: white;
  border: 1px solid #ffd6e8;
  border-radius: 10px;
}

#chat h3 {
  color: #ff4d94;
}

img {
  border-radius: 50%;
}

a {
  color: #ff4d94;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


form {
  background-color: #fff;
  padding: 25px 30px;
  border: 1px solid #ffd6e8;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 300px;
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #ff4d94;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="submit"] {
  background-color: #ff4d94;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

input[type="submit"]:hover {
  background-color: #ff66a3;
}

a {
  color: #ff4d94;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 15px;
}

a:hover {
  text-decoration: underline;
}

p {
  text-align: center;
}
