html, body{
  height: 100%
}
body {
  background-image: url(breath.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  color: gray;
  font-size: 200%;
  overflow: hidden;
}
@font-face {
src: url(PermanentMarker-Regular.ttf);
font-family: "Permanent Marker";
}
div {
  overflow: auto;
  filter: drop-shadow(5px 5px 2px rgb(185, 185, 185));
  font-size: 90%;
}
.top {
  position: absolute;
  left: 19.5%;
  top: 3%;
  height: 10%;
  width: 60%;
  background-image: url(header.webp);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  text-align: center;
  font-family: "Permanent Marker";
  color: black;
  font-size: 120%;
  padding-top: 2.5%;
  /*pointer-events: none;*/
}
.left {
  z-index: 1;
  background-color: white;
  border: 5px solid gray;
  border-radius: 10px;
  position: absolute;
  left: 15%;
  top: 5%;
  height: 89%;
  width: 16%;
  text-align: center;
}
.center {
  z-index: 1;
  background-color: white;
  border: 5px solid gray;
  border-radius: 10px;
  position: absolute;
  left: 32%;
  top: 20%;
  height: 74%;
  width: 35.5%;
  text-align: center;
}
.right {
  z-index: 1;
  background-color: white;
  border: 5px solid gray;
  border-radius: 10px;
  position: absolute;
  right: 15%;
  top: 5%;
  height: 89%;
  width: 16%;
  font-size: 110%;
  text-align: center;
}
.fakeukagaka {
  z-index: 3;
  position: absolute;
  right: 4%;
  bottom: 0%;
  width: 30%;
}
.button {
  z-index: 2;
  position: absolute;
  rotate: -5deg;
  background-image: url(tornpaper.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140%;
  left: 6%;
  bottom: -5%;
  width: 22%;
  padding-top: 5%;
  padding-bottom: 5%;
  text-align: center;
  overflow: hidden;
}
.todo {
  z-index: 2;
  position: absolute;
  rotate: -2deg;
  background-image: url(stickynote.webp);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 15%;
  height: 21%;
  left: 1%;
  top: 5%;
  padding-top: 3%;
  font-size: 54%;
  font-family: "Permanent Marker";
  color: black;
  text-align: center;
}
a:link {
  color: rgb(179,205,255);
}
a:visited {
  color: rgb(233,191,234);
}