h1 {
    color: brown;
}
p {
    color: #999;
    }
    h2 {
        color: #8B6B61;
        font-size: large;
    }
   #career-results {
    background-color: white;
    min-height: 100px;
    margin-bottom: 30px;
    border: 1px solid white;
    border: 1px solid #8B6B61;
   }
   #search-results {
     background-color: white;
     min-height: 100px;
     margin-bottom: 30px;
     margin-top: 30px;
     padding-top: 30px;
    text-align: center;
    border: 1px solid #8B6B61;
    border-radius: 200px;
    
     
   }
   form input {
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-bottom: 10px;
   }
   input[type="submit"] {
    background-color: #777;
    color: white;
    border: none;
      }
      input[type="text"] {
        border: 1px solid black;
      }
      .container {
        max-width: 600px;
        margin: 0 auto;
      }
  body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #fff8f2, #ffe8d6, #ffd6a5);
       }