.content {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.love-heart {
  width: 670px;
  height: 625px;
}

.garden {
  width: 100%;
  height: 100%;
}

.elapseClock {
  text-align: right;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.words {
  font-family: "sans-serif";
  width: 500px;
  font-size: 24px;
  color: #666;
}

.messages {display: none}

.elapseClock .digit {
  font-family: "digit";
  font-size: 36px;
}

.loveu {
  padding: 5px;
  font-size: 22px;
  margin-top: 80px;
  margin-right: 120px;
  text-align: right;
  display: none
}

.loveu .signature {
  margin-top: 10px;
  font-size: 20px;
  font-style: italic;
}

.clickSound {display: none;}

.code {
  float: left;
  width: 440px;
  height: 400px;
  font-size: 12px;
  color: #333;
  font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", "sans-serif";
}

.code .string {color: #2a36ff;}

.code .keyword {
  color: #7f0055;
  font-weight: bold;
}

.code .space {margin-left: 12px;}

.code .comments {color: #3f7f5f;}


/*# sourceMappingURL=anni_page.faca6c3d.css.map */