*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body{
  background-color: #ebebeb;
  color: #2e2f2e;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  font-family: avenir, openSansRegular;
}
.everyFooter{
  width: 100%;
  font-size: 0.9em;
  background-color: #22313F;
  box-shadow: 0 0px 10px #22313F;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#lastUpdate{
  font-size: 0.9em;
  font-family: avenir, montserrat;
  color: lightgray;
}
#designer{
  font-family: avenir, montserrat, openSansRegular, Arial;
  color: #E4F1FE;
  padding: 10px;
  font-size: 0.9em;
}
#itIsMe{
  font-size: 1em;
  color: lightgray;
  text-decoration: none;
  border-bottom: 2px dotted lightgray;
}
#backToTop{
  text-decoration: none;
  color: lightgray;
  font-family: avenir, montserrat;
  font-size: 0.9em;
  border-bottom: 2px dotted lightgray;
}
#backToHome{
  text-decoration: none;
  color: lightgray;
  font-family: avenir, montserrat;
  font-size: 0.9em;
  border-bottom: 2px dotted lightgray;
}
