h1 {
  text-shadow: 0px 5px 5px #0e061f;
  text-align: center;
  color: #0e061f;
  font-family: Verdana;
  font-size: 64px;
  -webkit-text-stroke: 2px #cbdbfc;
  
}

h2 {
  text-align: center;
  color: #cbdbfc;
  -webkit-text-stroke: 2px #0e061f;
  font-family: system-ui;
  font-size: 40px;
  text-shadow: 0px 2px 2px #0e061f;
}

p {
  text-align: center;
  color: #e3fcff;
  -webkit-text-stroke: 1px #0e061f;
  font-family: monospace;
  font-size: 32px;
}

p:hover {
  color: #ff0000;
  -webkit-text-stroke: 2px #ffffff;
}

body {
  background-image: url("https://jcportals.net/portals/rizi/kariesDiary/karHomep.png");
  background-repeat: repeat;
  color: black;
  
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

section {
  background-color: #d77bba;
  border-radius: 3px;
}

section2 {
  background-color: #d95763;
}

.center {
  display: block;
  margin: auto;
}

.center2 {
  display: block;
  width: 25%;
  height: auto;
  margin: auto;
}

.center3 {
  display: block;
  width: 50%;
  height: auto;
  margin: auto;
}