* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: arial, sans-serif;
}

input {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

.user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 220px;
}

.user-box a {
  color: #000000de;
  font-size: 14px;
}

.user-box a:hover {
  text-decoration: underline;
}

.user-box__button {
  height: 40px;
  padding: 10px;
  display: inline-block;
  border-radius: 50%;
}

.user-box__button img {
  height: 20px;
}

.user-box__button:hover {
  background-color: #70757a2d;
}

.user-box__user {
  height: 40px;
  border-radius: 50%;
}

.main {
  position: absolute;
  top: 39%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.main .input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 584px;
  padding: 25px 0;
}

.main .input img {
  height: 20px;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.main .input .search {
  left: 20px;
}

.main .input .mic {
  right: 20px;
}

.main .input input {
  padding: 0 50px;
  width: 584px;
  height: 50px;
  font-size: 16px;
  border: 0.75px solid #dfe1e5;
  border-radius: 50px;
}

.main .input input:hover {
  -webkit-box-shadow: 0px 0px 5px 1px #dfe1e5;
          box-shadow: 0px 0px 5px 1px #dfe1e5;
  border: 0px;
}

.main .buttons {
  width: 100%;
  margin-top: 15px;
}

.main .buttons a {
  color: #3c4043;
  background-color: #f8f9fa;
  font-size: 14px;
  padding: 14px;
  margin: 0 2px;
  border: 0.75px solid transparent;
}

.main .buttons a:hover {
  border: 0.75px solid #dfe1e5;
  -webkit-box-shadow: 0px 3px 5px 0px #dfe1e5;
          box-shadow: 0px 3px 5px 0px #dfe1e5;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #f2f2f2;
}

footer a {
  padding: 15px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #70757a;
}

footer a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */