.navbar {
  align-items: center;
  color: #202124;
  display: inline;
  font-family: Roboto, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: normal;
  text-align: right;
}

.navbar > ul > li {
  color: #202124;
  display: inline;
  font: 13px/27px Roboto, RobotoDraft, Arial, sans-serif;
  list-style: none;
}

.navbar > ul > li > a {
  color: #202124;
  font-family: arial, sans-serif;
  padding-right: 15px;
  text-decoration: none;
}

.navbar > ul > li > a:hover {
  font-family: arial, sans-serif;
  text-decoration: underline;
}

.content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

img {
  height: 92px;
  max-height: 100%;
  margin-top: 21.5vh;
  width: 272px;
}

span.images {
  color: #4285f4;
  display: inline-block;
  font: 16px/16px roboto-regular, arial, sans-serif;
  position: relative;
  left: 106px;
  bottom: 14px;
  white-space: nowrap;
}

.search-icon {
  padding-right: 13px;
  position: absolute;
  height: 20px;
  width: 20px;

  color: #9aa0a6;
  fill: currentColor;
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 20px;

  margin-top: 15px;
  padding-left: 14px;
}

input[type="text"] {
  background: #fff;
  border: 1px solid #dfe1e5;
  border-radius: 24px;
  box-shadow: none;
  display: block;
  font-weight: 400;
  font-size: 14px;
  height: 44px;
  justify-content: center;
  max-width: 584px;
  margin: 0 auto;
  min-width: 336px;
  padding-inline-end: 44px;
  padding-inline-start: 52px;
  padding-left: 52px;
  padding-right: 44px;
  padding-top: 1px;
  width: 90vw;
}

input[type="text"]:hover {
  background-color: #fff;
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
  border-color: rgba(223, 225, 229, 0);
}

input[type="text"]:focus {
    background-color: #fff;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-color: rgba(223, 225, 229, 0);
  }

input[type="submit"] {
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 4px;
  color: #3c4043;
  cursor: pointer;
  font-family: Roboto, arial, sans-serif;
  height: 36px;
  line-height: 27px;
  font-size: 14px;
  margin: 11px 4px;
  margin-top: 18px;
  min-width: 54px;
  padding: 0 16px;
  text-align: center;
  user-select: none;
}

input[type="submit"]:hover {
  box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  background-color: #f8f9fa;
  border: 1px solid #dadce0;
  color: #202124;
}

