body {
  font-family: "Roboto", sans-serif;
  background-color: #555555;
}

nav {
  display: flex;
  justify-content: right;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: larger;
}
nav a {
  color: rgba(127, 0, 0, 0.8);
  margin-inline: 1.5em;
  text-shadow: 0px 0px 10px whitesmoke;
  font-weight: bold;
}
nav a:hover {
  transform: scale(1.1);
}
nav a[id=sign] {
  position: absolute;
  left: 1em;
  top: 1.5em;
  text-align: center;
  text-shadow: 1px 1px 10px whitesmoke;
  color: rgba(127, 0, 0, 0.8);
  font-weight: 600;
  font-size: 125%;
  text-decoration: none;
}
nav a[id=sign]:hover {
  transform: scale(1.1);
  cursor: pointer;
}

hr {
  border: 1px solid rgba(127, 0, 0, 0.8);
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  width: 40%;
  margin-inline: auto;
}

.adv-container {
  display: flex;
  flex-direction: column;
  width: 40em;
  margin-left: 2em;
}
.adv-container input[type=text] {
  background-color: whitesmoke;
  margin-bottom: 2em;
  margin-top: 1em;
  border: none;
  border-radius: 1em;
  height: 1.75em;
  padding-inline: 1em;
  box-shadow: 0px 0px 20px 5px rgba(127, 0, 0, 0.8);
  transition: transform 0.5s ease;
}
.adv-container input[type=text]:hover {
  transform: scale(1.1);
}
.adv-container input[type=text]:focus {
  outline: none;
}
.adv-container label {
  font-size: medium;
}
.adv-container input {
  margin-block: 1em;
  margin-inline: 2em;
  width: 20em;
}

form {
  font-size: 1.25em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
form a {
  text-shadow: 1px 1px 10px whitesmoke;
  color: rgba(127, 0, 0, 0.8);
  font-size: 2.5em;
  text-decoration: none;
  font-weight: 600;
}
form a:hover {
  transform: scale(1.1);
}

span {
  vertical-align: sub;
  font-size: 50%;
  line-height: normal;
}

input[type=submit],
input[type=reset] {
  border-radius: 0.5em;
  margin-top: 1em;
  height: 1.75em;
  background-color: whitesmoke;
  text-decoration: underline;
  transition: transform 0.5s ease;
  font-weight: bold;
  border: none;
  color: rgba(127, 0, 0, 0.8);
  box-shadow: 0px 0px 20px 2px whitesmoke;
}
input[type=submit]:hover,
input[type=reset]:hover {
  transform: scale(1.1);
  cursor: pointer;
  font-weight: bold;
}

input[name=q] {
  background-color: whitesmoke;
  margin-bottom: 2em;
  margin-top: 1em;
  width: 40em;
  border: none;
  border-radius: 1em;
  height: 1.75em;
  padding-inline: 1em;
  box-shadow: 0px 0px 20px 5px rgba(127, 0, 0, 0.8);
  transition: transform 0.5s ease;
}
input[name=q]:hover {
  transform: scale(1.1);
}
input[name=q]:focus {
  outline: none;
}

table {
  margin-block: 5em;
}
table label {
  color: #0e0e0e;
  font-weight: 500;
}

thead td {
  padding-bottom: 1em;
  text-decoration: underline;
  color: rgba(127, 0, 0, 0.8);
  font-weight: bold;
  text-shadow: 1px 1px 10px whitesmoke;
}

.adv-btn {
  width: 10em;
  padding: 5px;
  text-align: center;
}
.adv-btn[type=reset] {
  width: 8em;
}



/*# sourceMappingURL=styles.css.map */
