
@font-face {
font-family: "papernotes";
src: url("https://jeysdiary.neocities.org/webfontkit-20260111-094105/papernotes-webfont.woff?#iefix") format("truetype");
}

body {
  font-family: papernotes;
  }

html {
  background-image: url("https://jeysdiary.neocities.org/background/fondo2.png");
  background-size: 100%;
}

#header img{   
 width: 600px;
 margin-top: -10px;
} 
  

#topbanner img{
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 22%;
  z-index: -1;
}

#venus img{
  position:absolute;
  top: 420px;
  left: 350px;
  z-index: 3;
  }

#misifu{
  width: 350px;
  transform: rotate(-20deg);
}

#main{
  width: 500px;
  height: 400px;
  margin-top: -60px;
  background: #E8E4DB;
  border-color: #A07F66;
  border-radius: 50px;
  border-style: dotted;
  }

#divider{
  width:400px;
  margin-top:15px;
   }
  
h1 {
  margin-top: 15px;
  font-size: 50px;
  color: #A07F66;
  }
  
p {
  margin-top: -30px;
  text-align: start;
  direction: ltr;
  font-size: 10px;
  color: #A07F66;
  }

