body {
  font-family: FavoritFreshly, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: rgb(255, 253, 247);
}
#headnavbar {
  display: flex;
  margin-top: 20px;
}
#firstul {
  display: flex;
}
#firstul a {
  color: black;
  text-decoration: none;
}

#inputBox{
  display: grid;
  width: 30%;
  margin: auto;
}
#inputBox label, input{
text-align: left;
}
input{
  padding: 8px;
  margin-top: 6px;
  border-radius: 4px;
  outline-style: none;
}
/* label{
  padding-left: 8px;
} */
button{
  padding: 10px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  background-color: rgb(25, 25, 253);
}
button:hover{
  background-color: blue;
}
#firstul li {
  cursor: pointer;
}
#firstul li:hover {
  color: blue;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#secondul li {
  cursor: pointer;
}
#secondul li:hover {
  color: blue;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
#secondul a {
  text-decoration: none;
}
#plans-menu {
  margin-left: -10px;
}
#for-business {
  margin-left: -120px;
}
#gifts {
  margin-left: -120px;
}
#about {
  margin-left: -120px;
}
#head_img {
  margin-left: 135px;
}
#get {
  margin-left: -170px;
}
#help {
  margin-left: -120px;
}
#loginli {
  margin-left: -120px;
}
#signupli {
  margin-left: -120px;
}
#secondul {
  display: flex;
  font-family: FavoritFreshly;
  margin-left: 170%;
  align-items: center;
}

#head_img {
  width: 150px;
  height: 39px;
}

#inputform {
  text-align: center !important;
}
.anchor {
  width: 30%;
  text-align: center;
  margin: auto;
}
/* .login {
  font-family: FavoritFreshly, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-top: -5%;
  font-size: 50px;
}
.inputs {
  margin-top: 2%;
}

.username-label {
  margin-right: 77%;
}
#signbtn {
  margin-left: -20px;
  padding: 10px 20px;
  border: none;
  background: rgb(8, 86, 255);
  color: white;
  margin-top: -10px;
  cursor: pointer;
}
#signbtn:hover {
  background: rgb(66, 116, 223);
}
#username {
  padding: 10px 185px;
  margin-bottom: 10px;
  outline-style: none;
}
.email-label {
  margin-right: 82%;
}
.Passward-label {
  margin-right: 78%;
}
#login-btn {
  margin-top: 20px;
  padding: 10px 250px;
  background: rgb(8, 86, 255);
  border: none;
  color: white;
  cursor: pointer;
}
#login-btn:hover {
  background: rgb(43, 105, 238);
}
section {
  margin-top: 150px;
}
#email-input:placeholder-shown {
  color: teal;
}
#emailinput {
  padding: 10px 185px;
  outline-style: none;
}
#phonenumber {
  padding: 10px 185px;
  outline-style: none;
  margin-bottom: 10px;
}
.phone-label {
  margin-left: -75%;
}
.zip-label {
  margin-left: -79%;
}
#zipcode {
  padding: 10px 185px;
  outline-style: none;
  margin-bottom: 10px;
}
#passward {
  padding: 10px 185px;
  outline-style: none;
}
form {
  width: 600px;
  height: 400px;
  background: rgb(255, 253, 247);
  margin-left: 30%;
  margin-top: -20px;
} */

#forget-passward {
  margin-left: 30px;
}
/* #dont-have-an-account {
  margin-left: 29%;
} */
#small {
  width: 100px;
  height: 20px;
}
#hrtwo {
  margin-top: 100px;
}
/* #dont-have-an-account {
  margin-top: 30px;
} */
#learn-more ul li {
  color: black;
}

#google-play {
  width: 10%;
  height: 5%;
}
.main-footer {
  display: flex;
}

.logo {
  display: flex;
  width: 150px;
  height: 150px;
  margin-top: -40px;
}
#apple {
  margin-top: -100px;
}
#play {
  width: 120px;
  height: 40px;
}
#imgdiv {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
}
#imgdiv img {
  width: 150px;
  height: 50px;
}
#company {
  margin-left: 40px;
  font-family: FavoritFreshly, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#learn-more {
  margin-left: 40px;
  font-family: FavoritFreshly, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#companydiv {
  margin-left: 20%;
}
nav ul li {
  list-style: none;
  margin-right: 150px;
  margin-bottom: 10px;
  font-family: FavoritFreshly, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
}
#fimg {
  cursor: pointer;
}
#simg {
  cursor: pointer;
}
#timg {
  cursor: pointer;
}
#fimg {
  cursor: pointer;
}

footer {
  display: flex;
  margin-top: 100px;
  font-family: FavoritFreshly, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 100px;
}
.logo {
  gap: 20px;
}
footer {
  padding: 50px;
  font-family: "Varela Round", sans-serif;
}
footer a {
  text-decoration: none;
  color: #666;
  margin: 10px 0px;
  font-size: 0.9em;
}
footer img {
  width: 55%;
}
footer #container {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  margin: auto;
}
footer #container > div {
  display: flex;
  flex-direction: column;
}

footer #container > div > div {
  display: flex;
}
footer #container > div > div img {
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  opacity: 0.7;
}
footer #container .top {
  font-size: 1.2em;
  /* font-weight: bold; */
}
