body {
background: url("/assets/bg.png");
background-color: #fff9e8;
background-repeat: repeat-y;
font-family: "arial";
font-size: 16px;
position: relative;
padding: 10px;
}

.love-ya-like-a-sister-regular {
  font-family: "Love Ya Like A Sister", cursive;
  font-weight: 400;
  font-style: normal;
}

.chelsea-market-regular {
  font-family: "Chelsea Market", system-ui;
  font-weight: 400;
  font-style: normal;
}

.container {
position: fixed;
top: 0;
left: 190px;
width: 520px;
height: 100vh;
text-align: center;
padding: 10px;
padding-right: 20px;
background: url("/assets/heart.gif");
background-color: #fdfbf6;
background-repeat: repeat-x;
border: 5px dashed #c00000;
border-top: 0;
border-bottom: 0;
}

.linkcontainer {
position: fixed;
top: 0;
left: 800px;
width: 204px;
background: url("/assets/heart.gif");
background-color: #fdfbf6;
background-repeat: repeat-x;
border: 5px dashed #c00000;
border-top: 0;
padding: 0;
padding-top: 55px;
}

.textcontainer {
margin-top: 50px;
width: 510px;
height: 90%;
text-align: center;
padding: 10px;
overflow-y: scroll;
scrollbar-color: #c00000 #fdfbf6;
scrollbar-size: thin;
}

.button {
width: 200px;
height: 40px;
display: inline-block;
font-family: "Love Ya Like A Sister";
color: #fdfbf6;
text-align: center;
font-size: 20px;
line-height: 42px;
margin: 4px 2px;
cursor: pointer;
}

.button a:link {
color: #fdfbf6;
}

.button1 {
 background: url("/assets/mush-1.gif");
}

.button2 {
 background: url("/assets/mush-2.gif");
}

.button3 {
 background: url("/assets/mush-3.gif");
}

.button4 {
 background: url("/assets/mush-4.gif");
}

.button5 {
 background: url("/assets/mush-5.gif");
}

.button6 {
 background: url("/assets/mush-6.gif");
}

.button7 {
 background: url("/assets/mush-7.gif");
}

.button:hover {
    color: white;
    font-style: italic;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


.box {
margin: auto;
width: 100%;
font-family: "Chelsea Market";
color: #c00000;
text-align: center;
}

.lady {
margin: auto;
padding: 0;
padding-right: 10px;
float: left;
}

.todo {
margin: 10px;
background-image: url("/assets/gingham.gif");
width: 43%;
height: 350px;
font-family: "Love Ya Like A Sister";
color: #c00000;
text-align: center;
border-radius: 5px;
overflow-y: scroll;
padding: 5px;
float: left;
scrollbar-color: #c00000 #ffebcf;
}

.todo2 {
margin: 10px;
background-color: red;
width: 43%;
height: 350px;
overflow-y: scroll;
padding: 5px;
float: right;
}