select {
    border: none;
    border-bottom: 2px solid #aaa;
    padding: 0.4em 0;
    font-size: 1rem;
    background: transparent;
  }
  select:focus {
    border-color: #3498db;
    outline: none;
  }