section {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 32px;
  }
  
  section label {
    font-size: 18px;
    margin-bottom: 16px;
  }
  
  section button {
    padding: 8px 16px 8px 16px;
    width: 120px;
    border: none;
    border-radius: 4px;
    background-color: #9caed4;
  }
  
  section button:hover {
    background-color: #8697bb;
  }
  
  section button:active {
    background-color: #7d9ada;
  }
  