
div.elem-group {
    margin: 20px 0;
  }
  
  label {
    display: block;
    font-family: IBMPlexSans, sans-serif;
    padding-bottom: 3px;
    font-size: 1.2rem;
  }
  
  input, select, textarea {
    border-radius: 2px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 1.2rem;
    font-family: IBMPlexSans, sans-serif;
    width: 70%;
    padding: 4px;
  }
  
  textarea {
    height: 250px;
  }
  
  button {
    height: 50px;
    background: #2240f8;
    color: white;
    border: 3px solid #0b134a;
    font-size: 1.2rem;
    font-family: IBMPlexSans, sans-serif;
    border-radius: 4px;
    cursor: pointer;
    padding: 0.3rem 1rem;
    margin: 2rem;
  }
  
  button:hover {
    border: 2px solid black;
  }