.title {
    color: green;

}

html { 

    background-color: #d9c1cb;
    background-image: url("images/prettytiles.png");
    background-repeat: repeat-x;
    background-size: 600px;
    border:dotted 10px white;
    height:1040px;
    border-bottom:5px;
    border-top:5px;
}
h1 {
    color: #ce4f83;
    font-family: BonBon;
    position: relative;
    text-align: center;
}


#main-body { 
font-family:Ms gothic;
   border-width: 2px;
    border-radius:30px;
          border-style: solid;
    padding: 20px;
width: 500px;
height:800px;
position: relative;
margin: auto;    
background-color:#ffffff;
color:#c4abe7;
opacity:0.9;
}

#sidebox-1 {
    text-align:center;
    position: relative;
    right: 240px;
    border:dashed;
    border-radius: 30px;
    height: 400px;
    width: 200px;
    bottom: 275px
}

h3 {
    color: #d192af;
}

#lacroix {
    position: relative;
    display: block;
    margin-left: 250px;
    bottom: 80px;
}
#To-Do {
    color: #8fdaac;
}
#date { 
    color:#ce4f83;
    font-family:bonbon;
    position:relative;
bottom:32px;
left:130px}