/* a temporary dot css until i update my main page's theme */
body {
  background-color: teal; 
  cursor: url("/cursor/main.png"), auto;
  text-align: center;
  z-index: -1;
  color: #000099;
  font-family: "Arial";
  font-size: 20px;
}  

h2 {
  background-image: linear-gradient(grey, black);
  color: white;
  font-size: 24px;
  font-style: italic;
  font-family: "MS PGothic";
  rotate: -2deg;
  text-align: left;
}

.button {
  color: #000099;
  font-family: "Arial";
  font-size: 75%;
  font-size: 24px;
  font-style: italic;
  text-align: left;
}
  
.body {
  background-image: url(paper.png);
  display: inline-block;
  height: 800px;
  left: auto;
  right: auto;
  position: relative;
  text-align: left;
  width: 600px;
  z-index: 1;
}

.header img {
  width: 80%;
  height: auto;
  display: block;
  padding-top: 32px;
  padding-left: 72px;
}

.main {
  padding-left: 150px;
  width: 400px;
  word-wrap: break-word;
}

.side {
  padding-left: 150px;
  width: 200px;
  word-wrap: break-word;
}

.sidebar {
  background-image: url(stickynote.png);
  background-size: 240px;
  height: 192px;
  left: -192px;
  padding: 24px;
  rotate: -5deg;
  table-layout: fixed;
  text-align: left;
  top: 64px;
  position: absolute;
  width: 192px;
  z-index: 1;
}

a:hover {
  background-color: yellow;
  cursor: url("/cursor/main.png"), auto;
  text-decoration: underline;
}
