* {
  padding: 0;
  margin: 0;
  font-size: 15px;
  background-color: transparent;
}

a {
  color: gray;
  text-decoration: none;
}

.nav-float-right {
  float: right;
  background-color: #ffffff;
  width: 100%;
  height: 20px;
  color: gray;
}

.nav-float-right a{
  color: gray;
  text-decoration: none;
}

body {
  background-color: white;
}

ul {
  display: inline-block;
  padding: 2px 5px;
  float: right;
}

#empty {
  height: 20px;
  width: 20px;
  background-color: purple;
  border-radius: 100%;
}

#empty a {
  color: white;
  position: absolute;
  right: 10px;
  text-decoration: none;
}

.google-logo {
  margin: auto;
  width: 50%;
  top: 100px;
}

.google-logo p span {
  font-size: 80px;
}

#G1 {
  font-size: 100px;
  color: green;
}

#o2 {
  color: red;
}

#o3 {
  color:yellow;
}

#G4 {
  color:blue;
}

#L5 {
  color:Green;
}

#E6 {
  color: red;
}

#search-box {
  margin: auto;
  width: 50%;
  height: 30px;
}

#search-box input {
  width: 100%;
}

#google-button {
  margin:auto;
  width: 50%;
}

#google-button input{
  padding: 5px;
  border-radius: 10px;
  color: gray;
  background-color: white;
  width: 130px;
}

#nav-footer {
  background-color: #f0f0f0;
  width: 100%;
  height: 5%;
  position: fixed;
  bottom: 0;
}

.footer-float-left {
  float: left;
  padding: 5px 10px;
  margin: 0px 10px;
}

.footer-float-left a{
  color: gray;
}

.footer-float-right {
  float: right;
  padding: 5px 10px;
  margin: 0px 10px;
}

.footer-float-left a{
  color: gray;
}
