body {
  font-family: arial, sans-serif;
}

svg {
  width: 30px;
  height: auto;
  color: #5f6368;
  cursor: pointer;
}

nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
}

nav span,
a {
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  color: #222;
}

nav a:visited {
  color: #222;
}

nav a:hover {
  text-decoration: underline;
}

main .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  height: 55vh;
}

.container img {
  max-height: 92px;
  width: auto;
}

.container form {
  width: 40%;
}

.container form,
.form-buttons {
  margin-top: 30px;
}

form input[type="text"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #dfe1e5;
  border-radius: 24px;
  background-image: url("./icons8-search-24.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

form input[type="text"]:focus {
  outline: none;
}

form input[type="text"]:hover {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.08);
}

.form-buttons {
  text-align: center;
}

.form-buttons button {
  margin-left: 10px;
  height: 36px;
  padding: 5px 15px;
  font-size: 14px;
  color: #5f6368;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  line-height: 27px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.form-buttons button:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #f8f8f8;
  color: #222;
  border: 1px solid #c6c6c6;
}

footer {
  color: #6f6f6f;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer a {
  color: #6f6f6f;
  text-decoration: none;
}

footer a:visited {
  color: #6f6f6f;
}

footer p {
  padding: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

footer .last-footer-parent {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px 20px;
}

.last-footer-parent a {
  margin-right: 20px;
}

.last-footer-parent a:hover {
  text-decoration: underline;
}
