@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* Center shapes */
body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
font-family: "Noto Sans JP, sans-serif,MS Pゴシック" ;

}

.Clockbutton{
  background-color: #fff;
  border: solid 2px #2f4f4f;
  color: #2f4f4f;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.Clockbutton:hover {
  color: #2f4f4f;
  background-color: #b0e0e6;
}


/* 枠線設定 */
.container {
  width: 0px;
  height: 0px;
  border: 0px solid lightgray;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
}

.clock {
  font-size: 15em;
  color: #000000;
  font-weight: 900;
}