body {
  margin: 0;
  font-family: "inter", serif, monospace;
}
#head {
  width: 100%;
  height: 67px;
  border: solid magenta 2px;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1); /* semi-transparent */
  backdrop-filter: blur(10px); /* blur behind */
  -webkit-backdrop-filter: blur(10px); /* Safari support */

  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  color: white;
}

#Head1 {
  display: flex;
  width: 90%;
  max-width: 1024px;
  min-width: px;
}
.bigimg {
  width: 100%;
}
#logo {
  width: 150px;
}
#in {
  margin-left: auto;
  display: flex;
  gap: 40px;
}
#in a {
  text-decoration: none;
  color: grey;
}
#in a:hover {
  color: black;
}
#mid {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}
#midp {
  display: flex;
  justify-content: center;
  padding-top: 200px;
}
h1,
h4 {
  color: grey;
}
#sign_up {
  height: 45px;
  width: 204px;
  font-size: large;
  border-radius: 7px;
  border: none;
  background-color: rgb(25, 111, 241);
  color: white;
}
#sign_up:hover {
  height: 45px;
  width: 204px;
  font-size: large;
  border-radius: 7px;
  border: none;
  background-color: rgb(0, 0, 0);
  color: white;
}
