/* Fake Google CSS */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
}

#container {
  margin: 140px auto 0;
  width: 586px;
  text-align: center;
  overflow:hidden;
}

h1#logo {
  width: 272px;
  height: 92px;
  background: url('https://infaserv.com/wp-content/uploads/2022/02/logo.png') top left no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  margin: 0 auto;
}

input[type="text"] {
  width: 566px;
  padding: 7px;
  margin: 30px 0 30px;
  border: solid 1px #ccc;
  font-size: 16px;
  outline: none;
}

input[type="text"]:hover {
  border-color: #aaa;
}

input[type="submit"] {
  background: #eee;
  color: #757575;
  border: solid 1px #ccc;
  padding: 5px;
  font-size: 13px;
  opacity: .8;
  font-weight: bold;
  margin: 0 4px;
  height: 36px;
  border: none;
  padding: 5px 10px;
}

input[type="submit"]:hover {
  cursor: pointer;
  opacity: 1;
  color: #333;
}

small {
  display: block;
  margin: 10px 0 7em 0;
  font-size: 12px;
}

a:link,
a:visited {
  color: dodgerblue;
}

#header li {
  list-style: none;
}

nav#header {
  text-align: right;
  padding: 20px;
}

nav#headers ul li {
  display: inline;
}

nav#header li a.sign {
  color: #fff !important;
  border: 1px solid #4285f4 !important;
  font-weight: bold;
  background: #4285f4 !important;
  border-radius: 4px;
}

nav#header li a.sign:hover {
  text-decoration: none;
}

nav#header ul li a:link,
nav#header ul li a:visited,
footer nav ul li a:link,
footer nav ul li a:visited {
  color: #555;
  text-decoration: none;
  padding: 10px;
}

nav#header ul li a:hover,
footer nav ul li a:hover {
  text-decoration: underline;
}

footer {
  background: #eee;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 42px;
  line-height: 42px;
}

footer nav {
  padding: 0 20px 20px 20px;
}

footer nav ul li {
  display: inline;
}

footer nav ul {
  float: left;
}

.right {
  float: right;
  text-decoration: none;
}

.right a {
  color: #555;
  text-decoration: none;
  margin-right: 26px;
}

.right a:last-child {
  margin-right: 0;
}

.right a:hover {
  text-decoration: underline;
}

.clear:after {
  content: '';
  display: table;
  clear: both;
}