body {
  background-color: black;
  color: white;
  font-family: Trebuchet MS;
}

.smiley img {
  vertical-align: baseline;
}

@keyframes flash {
  0%{color:lightblue;}
  50%{color:teal}
  100%{color:lightblue;}
}
.name {
  text-shadow: 1px 1px white;
  animation: flash 1s linear infinite;
}

.content {
  margin:auto;
  min-width:700px;
  max-width:700px;
}

.star {
  text-align:center;
}
.star img {
  height:80px;
}