* {
  box-sizing: border-box; }

body {
  margin: 0;
  background-color: #dbf1f3; }

header {
  background-image: linear-gradient(to right, rgb(193, 146, 247) , rgb(149, 226, 245));
  text-align: center;
  color: rgb(19, 1, 1);
  padding: 10px; }
  header h1 {
    margin: 0;
    font-size: 2.3em;
    padding: 10px; 
    font-family: Arial;}

.container, .form, .phonemes {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  min-height: 80vh; }

.form {
  flex-direction: column;
  justify-content: center;
  width: 60%;
  margin: 0 auto; }
  .form input {
    margin: 0.5em 0;
    min-height: 2.2em;
    text-align: left;
    border-color: #bbb;
    background: white none;
    border-radius: 0.3125em;
    font-family: Arial;
    font-size: 1.5em;
    line-height: 1.4em;
    padding: 0.4em;
    border-width: 1px;
    border-style: solid;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  .form input:focus {
    box-shadow: 0 0 12px rgb(1, 66, 119); }
  .form button {
    width: 20%;
    background-color: #f8f8f8;
    border-color: rgb(241, 236, 236);
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    border-radius: 0.3125em;
    margin: 10px auto;
    font-size: 16px;
    padding: 0.7em 1em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    line-height: 1.3;
    font-family: sans-serif; }
  .form button:hover {
    background-color: #ededed; }
  .form button:focus {
    box-shadow: 0 0 12px rgb(1, 66, 119); }

.phonemes {
  justify-content: center;
  width: 80%;
  margin: 20px auto; }

.phoneme {
  font-size: 3em;
  font-family: 'Patrick Hand', cursive;
  padding: 6px;
  border-radius: 20%;
  height: 80px;
  width: 80px;
  margin-right: 8px;
  background-color: #bad7f8;
  color: rgb(7, 1, 1);
  cursor: pointer; }
  .phoneme:focus {
    background-color: white;
    color: rgb(1, 66, 119);
    box-shadow: 0 0 12px rgb(1, 66, 119); }



p {
  text-align: center;
  padding: 0;
  margin: 0px 0px 10px 0px;
  font-size: 3em;
  font-family: 'Patrick Hand', cursive; }

.highlight {
  background-color: lightskyblue; }

@media screen and (max-width: 800px) {
  header {
    padding: 10px 0 10px 0; }

  header h1 {
    padding: 10px 0 10px 0; }

  .form {
    width: 80%; }

  .form button {
    width: 100%;
    margin: 5px 0; } }
@media screen and (max-width: 520px) {
  .form {
    width: 80%;
    margin-top: 10px; }

  .form button {
    width: 100%;
    margin: 5px 0; }

  .phonemes {
    flex-direction: column; }

  .phoneme {
    margin-bottom: 20px; } }
.autocomplete-suggestions {
  border: 1px solid (#e4e0e0);
  background: #f5f1f1;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #c6d3ec; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #8d0559; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

/*# sourceMappingURL=style.css.map */
