body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  padding: 40px;
  background-color: #f8dfff;
}
.site{
  width: 1199px;
}
header{
    display: flex;
}

.redes{
  border-radius: 100px;
}
.form {
  width: 1199px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form input {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  box-sizing: border-box;
}

form button {
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  background-color: #7a2876;
  color: white;
  border: none;
  cursor: pointer;
}

form button:hover {
  background-color: #553353;
}

a {
  color: #7a2876;
  text-decoration: none;
}

.sexo {
  display: flex;
  align-items: center;
  margin-right: 300px;
}

.subrodape {
    background-color: rgb(230, 218, 229);
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.links ul {
    list-style-type: none;
}
