body {
  background-color: #fff;
  margin: 0;
}

#phone {
  background-image: url('phone.png');
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  width: 241px;
}

#hover {
  background-image: url('hover-circle.png');
  display: none;
  height: 28px;
  position: absolute;
  width: 39px;
}

#img {
  background-image: url('icon-birth.png');
  height: 32px;
  position: absolute;
  width: 40px;
}

#text1 {
  color: #171226;
  font-family: monospace;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}

#text2 {
  color: #171226;
  font-family: monospace;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}

h5 {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  font-family: sans-serif;
}

a {
  color: #889;
}

