


body {
  background-image: url("https://i.ibb.co/N65ncsR9/images-9.jpg") ;
  background-repeat:repeat;

}

h1 {
  color:#6B422D;
  
    font-family: "Inter Tight", sans-serif;
}

h3 {
  color:#6B422D;
   font-family: "Inter Tight", sans-serif;
}

p {
  color:#6B422D;
   font-family: "Host Grotesk", sans-serif;
  
}

h2 {
  color:#6B422D;
   font-family: "Host Grotesk", sans-serif;

}
.one {
  margin:20px;
  padding:3px;
  width:500px;
  background-color:#D8D5E8;
  border:10px solid #6B422D;
}

.compare {
  display:flex;
   margin:20px;
  padding:3px;
  width:800px;
  height:300px;
  background-color:#D8D5E8;
  border:10px solid #6B422D;
}
.future {
  flex:50%;
  overflow:auto;
  margin:10px;
}

.past {
  margin:10px;
  flex:50%;
  overflow:auto;
}

.parent {
  display:flex;
   margin:20px;
  padding:3px;
  width:820px;
  height:400px;
  background-color:#D8D5E8;
  border:10px solid #6B422D;
}


.info {
  text-align:left;
  margin:20px;
 display:flex;
 
}
.furf {
   overflow:auto;
  flex:50%;
}
.pic {
  flex:50%;
  overflow:auto;
  text-align:right;
}

.mer {
  justify-content:center;
  text-align:center;
  margin:20px;
  padding-top:30px;
 
  width:820px;
  height:220px;
  background-color:#D8D5E8;
  border:10px solid #6B422D;
}

#pagedoll {
  position:fixed;
  bottom:2px;
  right:2px;
}