@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Source+Sans+Pro&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-size: 62.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: white;
  color: #202124;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

form {
  width: 90%;
  max-width: 584px;
  padding-bottom: 5rem;
}

h1 {
  font-size: 4.5rem;
  margin: 0;
}

h1 span {
  font-size: 4.5rem;
  display: inline-block;
  margin: -0.6rem;
}

.letter-blue {
  color: #4285F4;
}

.letter-red {
  color: #EA4235;
}

.letter-yellow {
  color: #FBBC04
}

.letter-green {
  color: #34A853
}

.search {
  margin-top: 1.3rem;
  border: 1px solid #dfe1e5;
  background: white;
  border-radius: 24px;
  height: 44px;
  box-shadow: none;
}

.search:hover {
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
  border-color: rgba(223, 225, 229, 0);
}

.search-container {
  display: flex;
  flex: 1;
  padding: .3rem .6rem;
}

.search-container input {
  display: flex;
  flex: 100%;
  word-wrap: break-word;
  outline: none;
  height: 2.1rem;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  border: none;
}

.submit {
  padding: .4rem .6rem 0 0;
}

.submit input {
  display: none;
}
