div.waitToShow {
  display: none;
  font-size: 33px;
}

span.spunkyWords {
  color: deepskyblue;
  font-variant: small-caps;
  font-weight: 600;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#disclaimer {
  font-size: 14px;
}

#age {
  color: deeppink;
  font-weight: 600;
}

#randomCoolWord {
  color: deeppink;
  font-weight: 600;
}

body {
  font-family: "Courier New";
  text-align: center;
  min-height: 100%;
}

/*.main {
  min-height: 100%;
}
*/
img {
  max-width: 30%;  
  max-height: 30%;
  min-width: 25%;  
  min-height: 25%;
}

#dailyhamster {
  display: block;
}

.tabcontent {
  display: none;
  margin-bottom: 10px;
}

#hamsterMessage {
  padding-bottom: 10px;
}

div.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}

.footer {
 left: 2;
 bottom: 0;
 width: 100%;
 padding-top: 50;
 font-size: 10px;
 text-align: left;
}
/*
div.tab button:hover { 
  font-color: #ddd;
}*/

.tab {
  margin-bottom: auto;
}

.link {
  display: inline;
  padding: 15px 0;
  margin: 15px 25px;
  position: sticky;
  text-decoration: none;
  text-transform: uppercase;
  color: #0f0f0f;
  font-weight: 500;
  font-size: 12px;
  
  .bar {
    width: 100%;
    display: inline-block;
    border-bottom: 5px solid black;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 300ms;
  }
  
  &:hover {
    .bar {
      opacity: 1;
      bottom: 5px;
    }
  }
} 

