body {
  margin: 0;
  padding: 0;
  background-color: #F9F9F9;
}
img {
  width: 100%;
  height: 100%;
}
input {
  border:medium none;
  margin: 0;
  padding: 0;
  outline: none;
  list-style-type: none;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #807c7c;
    transition: background-color 5000s ease-out 0.5s;
}
a {
  display: block;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
