html{
  color: #200b61;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  font-weight: bold;
}

body{
  height: 900px;
  width: 100%;
}
#privateEventIpnuts{
  display: flex;
  flex-direction: column;
  width: 500px;
  margin-left: 50px;
}

.privateEventInput{
  border: none;
  border-radius: 10px;
  height: 25px;
  margin-bottom: 20px;
  padding-left: 10px; 
}

.privateEventLabel{
  font-family: sans-serif;
  font-weight: bold;
}

button{
  margin-top: 50px;
  height: 40px;
  width: 140px;
  border: none;
  border-radius: 10px;
  background-color:#200b61;
  box-shadow: 10px 10px 20px black;
  color: white;
  margin-left: 50px;
}

button:hover{
  cursor: pointer;
}
