.header {
  list-style-type: none;
  margin: 10px;
  overflow: hidden;
  margin-right: 16px;
  font-family: arial,sans-serif;
  padding: 6px;
  display: flex;
  flex-direction: row-reverse;
 
  
}
.headerli  img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.headerli a {
  display: block;
  color: #000000DE;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  

     
}

.headerli a:hover {
  text-decoration: underline;
}

.container {
  text-align: center;
  height: 290px;
  margin-top: 250px;
  
  

}



.search-area {
  background: #fff;
  display: flex;
  border: 1px solid #dfe1e5;
  border-radius: 30px;
  box-shadow: none;
  z-index: 3;
  height: 57px;
  margin: 0 auto;
  margin-top: -137px;
  box-sizing: border-box;
  max-width: 700px;
  flex-wrap: wrap;
  padding:0 10px;
  
}

.search-area:hover {
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.24), 0 2px 5px 0 rgba(0,0,0,0.19);
}

.search {
  flex: 1;
  display: flex;
  padding: 5px 8px 0 16px;
  padding-left: 14px;
}

.search-img {
  display: flex;
  align-items: center;
  padding-right: 13px;
  margin-top: -5px;
  
}

.search-img span {
  color: #9aa0a6;
  height: 20px;
  width: 20px;
  margin-top: 0px;
  display: inline-block;
  fill: currentColor;
  line-height: 24px;
  position: relative;
}

.input-enter {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.input-area {
  color: transparent;
  flex: 100%;
  white-space: pre;
  font: 16px arial, sans-serif;
  line-height: 34px;
  height: 34px !important;
  display: block;
}

.input {
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87);
  word-wrap: break-word;
  outline: none;
  display: flex;
  flex: 100%;
  margin-top: -68px;
  font: 16px arial, sans-serif;
  line-height: 34px;
  height: 34px !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  appearance: textfield;
  cursor: text;
  border: none;

}
.buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.googlesearch {
  margin: 11px 4px;
  padding: 5px 16px;
  line-height: 27px;
  min-width: 54px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  height: 40px;
  font-family: arial,sans-serif;
    font-size: 18px;
    border-radius: 5px;
    color: #5f6368 ;
    background-color: #f8f9fa;
    border: 1px solid #f2f2f2 ;
}
.googlesearch:hover{
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.24), 0 2px 5px 0 rgba(0,0,0,0.19);

}


.feelinglucky {
  padding: 5px 16px;
  line-height: 27px;
  min-width: 54px;
  margin-left: 10px;
  
  text-align: center;
  cursor: pointer;
  user-select: none;
  height: 40px;
  font-family: arial,sans-serif;
  font-size: 18px;
  border-radius: 5px;
  color: #5f6368 ;
  background-color: #f8f9fa;
  border: 1px solid #f2f2f2 ;
}
.feelinglucky:hover{
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.24), 0 2px 5px 0 rgba(0,0,0,0.19);

}
.footer {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #dfe1e5;
  border-top: 1px solid #dadce0;
  position: fixed;
  bottom: 0;
  width: 100%;
  margin-left: -8px;
  line-height: 10px;
  border-bottom: 1px solid #dadce0;
  background: #f2f2f2;
}

.footerli {
  float: left;
  list-style-type: none;
}

.footerli a {
  display: block;
  color: #70757a;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 18px;
  margin-left: 14px;
  margin-right: -20px;
}

.footerli a:hover {
  text-decoration: underline;
}
