@font-face {
  font-family: 'Roboto-Mono';
  src: url(/fonts/RobotoMono.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  }

 * {cursor: url(https://cur.cursors-4u.net/cursors/cur-8/cur762.cur), auto !important;}

html {
  font-family: 'Roboto-Mono';
  }
  
article {
  text-align: left;
}
  
body {
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
}

aside {
  background-color: pink;
  grid-column: 1/1;
  }
  
main {
  background-image: url(/journalentries/grid-pink.png);
  background-repeat: repeat;
  grid-column: 2/2;
  }

.binder {
  padding: 5%;
  }

#container {
  height: 500px;
  width: 700px;
  margin: auto;
  display: grid;
  grid-template-columns: 250px;
  }
  
a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 2%;
  margin: 1%;
}

li ul {
  list-style-type: circle;
}

li {
  margin: 1%;
  color: deeppink;
}