
  
  div.details.inlined {
    width: 49%;
    display: inline-block;
    float: left;
    margin-left: 1%;
  }
  
  label {
    display: block;
    padding-bottom: 6px;
    font-size: -1.75em;
    font-family: "Raleway", sans-serif;
  }
  
  input,
  select,
  textarea {
    border-radius: 19px;
    border: 2px solid #f2bebe;
    box-sizing: border-box;
    font-size: -0.8em;
    font-family: "Raleway", sans-serif;
    width: 100%;
    padding: 10px;
    background-color: #4e5153;
  }
  
  div.details.inlined input {
    width: 95%;
    display: inline-block;
  }
  
  textarea {
    height: 250px;
  }
  
  hr {
    border: 1px dotted #ccc;
  }

  button {
    border-radius: -1;
}
  
  button {
    height: 50px;
    background: rgb(70, 69, 81);
    border: none;
    color: white;
    font-size: 1.25em;
    font-family: "Raleway", sans-serif;
    border-radius: 22px;
    cursor: pointer;
  }
  
  button:hover {
    border: 2px solid black;
  }
  
  
  .bg-text {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-weight: bold;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 49%;
    padding: 3px;
    text-align: center;
    font-family: cursive;
    border-radius: 131px;
  }
  