*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div{
  box-sizing: border-box;
}
body{
  box-sizing:  border-box;
  font-family: 'Patrick Hand', cursive;
  position: relative;
}
.version{
  text-align: right;
  padding: 20px;
}
#container{
  width: 100%;
  height: 100%;
  text-align: center;
  letter-spacing: 2px;
  padding: 20px;
}
h1{
  margin-bottom: 20px;
}
img{
  cursor: pointer;
  border-radius: 50%;
}
.catclicks__box{
  margin-top: 20px;
}
.catclicks__box h3{
  margin-bottom: 10px;
  color: deeppink;
}
.catclicks__box h2{
  color: lightseagreen;
}
