body {
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

p {
  background: #d4d4d4;
  width: 210px;
  padding: 8px;
  text-align: center;
  border-radius: 100px;
  font-size: 30px;
  margin-top: 42vh;
}
