@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
    margin: auto;
  }
}

#container1 {
  position: relative;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  padding: 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
button {
  color: white;
  background-color: rgb(50, 104, 145);
  padding: 11px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500px;
  border: none;
  cursor: pointer;
}
#input {
  height: 25px;
}

button > a {
  color: white;
  background-color: rgba(87, 100, 136, 0.685);
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
}
#display {
  position: absolute;
}
.display {
  visibility: hidden;
}
.title > a {
  text-decoration: none;

  color: black;
}

.details > a {
  text-decoration: none;
  color: black;
}
#firstdiv {
  padding: 30px 0px 30px 0px;
  background-color: #f7f7f7;
}
#searchedfor {
  height: 50px;
  width: 70%;
  font-size: 25px;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid black;
}
#searchedfor::placeholder {
  font-size: 25px;
}
#searchedfor::placeholder:active {
  border: none;
}

/* #popup */
#popup {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: white;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  z-index: 2;
  overflow-y: auto;
  text-align: left;
}
/* Styles for the close button */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#subscribe-btn {
  width: 90%;
  color: white;
  padding: 10px;
  background-color: black;
  border-radius: 8px;
}
.a-links {
  text-decoration: none;
  color: #222222;
  font-style: unset;
}
.email-addres {
  text-decoration: underline;
  color: black;
}
#emailgetfromlocal {
  text-decoration: underline;
  font-weight: 800;
}
.titles-h2h3 {
  font-size: 17px;
  margin-top: 30px;
}
.log-out {
  width: 70%;
  text-decoration: none;
  border: 1px solid;
  padding: 10px 20px 10px 20px;
  color: white;
  background-color: black;
  font-size: 16px;
  border-radius: 10px;
}
.card1 {
  width: 60%;
  margin: auto;
}
#first-innerdiv {
  margin: auto;
  width: 60%;
}
