@import url('https://fonts.googleapis.com/css?family=Pacifico|Quicksand');
body {
  background: #FC7F2B;
}
.github {
  color: #f3f3f3;
  font-family: 'Pacifico';
  font-weight: 0;
  font-size: 78px;
  text-align: center;
}
.namebody {
  color: #f3f3f3;
  font-family: 'Quicksand', serif;
  font-weight: 0;
  font-size: 18px;
  margin-top:-34px;
  text-align: center;
}
a {
  color: #f3f3f3;
  text-decoration: none;
}
.container {
	width: 100%;
	height: 100%;
}
.absolute-center {
  padding-top: 20%;
  height: 100%; /* Set your own height: percents, ems, whatever! */
  width: 100%; /* Set your own width: percents, ems, whatever! */
  overflow: auto; /* Recommended in case content is larger than the container */
  margin: auto; /* Center the item vertically & horizontally */
  position: absolute; /* Break it out of the regular flow */
  top: -30%; left: 0; bottom: 0; right: 0; /* Set the bounds in which to center it, relative to its parent/container */
}
.tomato {
  margin: auto;
  margin-top: 5%;
  width: 450px;
}
.namecont {
  margin: auto;
  margin-top:-4%;
}

::-webkit-scrollbar {
    display: none;
}

#hide-me { display:block !important; }