div.elem-group {
    margin: 50px 0px;
  }
  
  label {
    display: block;
    padding-bottom: 4px;
    font-size: 1.25em;
    color: rgba(0, 0, 30, 1);
  }
  
  input, select, #message {
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 30, 1);
    box-sizing: border-box;
    font-size: 1.25em;
    font-family: 'Aleo';
    width: 60%;
    padding: 8px;
    border-radius: 5px;
    resize: none;
  }
  
  textarea {
    height: auto;
  }
  
  button {
    width: 30%;
    height: 50px;
    background-color: rgba(0, 0, 30, 1);
    color: white;
    font-size: 1.25em;
    font-family: 'Aleo';
    border-radius: 5px;
    cursor: pointer;
  }
  
  button:hover {
    border: 2px solid rgba(0, 0, 30, 1);
  }

  .text-danger{
    margin-top: 50px;
    font-size: 2em;
    color: darkred;
  }

  .text-success{
    margin-top: 50px;
    font-size: 2em;
    color: rgb(0, 139, 0);
  }

  #html_element{
    margin-left: 20%;
    margin-top: 50px;
    margin-bottom: 50px;
  }