body {
color: maroon;
font-family: "Caveat", cursive;
font-size: 25;
text-align: left;
background-image: url(/bgimages/websitebg.jpg); 
background-repeat: no-repeat; 
background-size: 100% 100%;
}

p {
  line-height: 0.0025;
}

h1 {
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 85;
  text-align: center;
  margin-bottom: 0.45em;
}

#main {
background-image: url(/bgimages/journalbg.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 0px 20px 20px 20px;
width: 60%;
height: 95%;
margin-left: 20%;
margin-right: 20%;
}

.mrs-saint-delafield-regular {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
}

.caveat-handwriting {
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-style: normal;
}

#cd {
  transform: translateX(85px);
}

#marker {
  transform: translateY(-40px);
}

#pen {
  transform: translate(540px, -550px);
}

#tv {
  transform: translate(540px, -550px);
}
  
  
  
  
  
  

