#main {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  grid-template-rows: 400px;
  gap: none;

  margin-top: 15px;
  justify-content: center;
}
h1 {
  color: #071138;
}

input {
  height: 40px;
  width: 270px;
  margin-top: -5px;
  font-size: 18px;
}
button {
  height: 40px;
  width: 270px;
  background-color: #071138;
  color: white;
}
#forpara {
  margin-top: 30px;
  padding: 30px;
  color: #071138;
}
#forpara > p:first-child {
  font-size: 25px;
  color: #071138;
}
#createacc {
  height: 38px;
  width: 220px;
  color: #071138;
  border: 1px solid #071138;
  padding-top: 8px;
  padding-left: 3px;
  font-weight: bold;
  font-size: 18px;
}
.search-container {
  width: 1000px;
  height: 90px;
  position: relative;
  padding-top: 8px;
}
.input {
  width: 100%;
  height: 60px;
  display: block;
  font-size: 20px;
  padding-left: 20px;
  outline: none;
  border: none;
}
