#search-container {
  margin-top: 20%;
  text-align: center;
}

#search-box:focus {
  border: 1px solid #ccc;
  outline: none;
}

#search-box{
  width: 500px;
  height: 30px;
  margin: 10px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 25px;
}
form div {
  margin: 20px;
}
input[type="submit"], button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px;
  width: fit-content;
}
input[type="submit"]:hover, button:hover {
  border-color: #ccc;
}
input[type="submit"]:focus, button:focus {
  border-color: #154df3;
}

span.links {
  position: absolute;
  top: 2%;
  right: 2%;
}

span a {
  margin-left: 10px;
}
#adsch {
margin: 2%;
color: crimson;
}
div.lOTAE {
  position: relative;
}

#search-container-ad {
  margin-top: 5%;
  text-align: left;
}
#search-container-ad #sub-ad {
  text-align: center;
}

.jfk-textinput {
  margin-left: 5%;
  margin-right: 3%;
  width: 35%;
  font-size: 2rem;
}

/* useful site for css tricks */
/* https://css-tricks.com/almanac/properties/b/box-shadow/#:~:text=That%20syntax%20is%3A,the%20left%20of%20the%20box. */
/* box-shadow syntax is: box-shadow: [horizontal offset] [vertical offset] [blur radius] [optional spread radius] [color]; */
.jfk-textinput:focus {
  outline-width: 1px;
  border-color: rgba(104, 162, 239, 0.651);
  box-shadow: 0 1px 3px rgba(75, 104, 231, 0.945) inset, 0 0 8px rgba(104, 129, 239, 0.137);
  outline: none;
}
.BFlQMb {
  color: #555;
}
.left-label {
  display: inline-block;
  width: 16%;
}
.right-quote {
  color: #555;
}
#top-quote {
  margin-left: 44%;
}

#search-container-ad #btnA {
  text-align: center;
  font-weight: bold;
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  border: 1px solid #3079ed;
  color: #fff;
  cursor: default;
}
#search-container-ad #btnA:hover {
  background-image: -webkit-linear-gradient(top,#4d90fe,#2670e8);
  cursor: default;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #555;
}

@media screen and (max-width: 1350px) {
  .right-quote, #top-quote {
    display: none;
  }
  }

@media screen and (max-width: 800px) {
  .left-label {
    display: block;
    width: 100%;
    margin-bottom: 2%;
  }
  .jfk-textinput {
    margin-left: 0;
    width: 50%;
  }
}