body {
  background-color: #f6f4f5;
}
#Container {
  width: 25%;
  height: 600px;
  margin: auto;
  border: 1px solid transparent;
}
#heading {
  margin-top: 0;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.extrasmalldiv {
  text-align: center;
  font-size: smaller;
}
.extrasmallp {
  font-size: smaller;
}
.extrasmall > span {
  color: tomato;
  margin-left: 0.2%;
}
.bold {
  font-weight: bolder;
}
.textcenter {
  text-align: center;
}
.top {
  margin-top: 0.5px;
  font-size: smaller;
}
#Container > .imgbox {
  margin-left: 20%;
}
#Container > div {
  font-size: x-large;
}
#Container > form > p {
  font-size: small;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 02%;
}
#Container > p {
  font-size: smaller;
}
#SignupForm > input {
  width: 90%;
  padding: 2%;
  border: 1px solid gray;
  background-color: white;
}
#SignupForm > #btn {
  margin-top: 5%;
  padding: 3%;
  background-color: tomato;
  color: white;
}
.specialChar {
  color: blue;
  font-family: cursive;
}
.hrwidth {
  width: 50%;
}
.adcolors {
  color: tomato;
}

.header__center {
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-column-gap: 1rem;
  align-items: center;
}

.header__center::before,
.header__center::after {
  content: "";
  display: block;
  height: 1px;
  background-color: gray;
}
