div.contactpage {
  margin: 0 auto;
  padding: 50px;
}


div.elem-group {
  margin: 20px 0;
  
  
}

div.elem-group.inlined {
  width: 49%;
  
  display: inline-block;
}

label {
  display: block;
      color:hotpink;
    font-family: Times New Roman (serif);
  padding-bottom: 10px;
  font-size: 1.25em;
}

input, select, textarea {
  border-radius: 2px;
  border: 2px solid #ff009d;
  color: white;
  background-color: black;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: Times New Roman (serif);
  width: 100%;
  padding: 10px;
}

div.elem-group.inlined input {
  width: 95%;
  display: inline-block;
}

textarea {
  height: 250px;
}

hr {
  border: 1px solid #ff00aa;
}

button {
  height: 50px;
  background: rgb(241, 37, 214);
  border: none;
  color: white;
  font-size: 1.25em;
  font-family: 'Nanum Gothic';
  border: solid 3px;
  border-radius: 50px;
  border-color: #5e044a;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  
}

button:hover {
  border: 2px solid rgb(219, 30, 204);
}
