body {
  margin: 0;
  font-family: 'Courier New', monospace;
  background: #f7f4f2;
  color: #3c2c2a;
}

a {
  text-decoration: none;
  color: #b36c6c;
}

.sidebar {
  width: 200px;
  background-color: #f6f0eb;
  height: 100vh;
  position: fixed;
  padding: 20px;
  border-right: 2px dashed #d9bebe;
}

.sidebar h2 {
  margin-bottom: 1rem;
}

.sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.main {
  margin-left: 220px;
  padding: 40px;
}

.currently-box {
  background-color: #fff8f3;
  border: 1px solid #e6ccc9;
  padding: 15px;
  width: 250px;
  box-shadow: 3px 3px 0 #d8a9a0;
}

.butterfly {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url('img/butterfly.png');
  background-size: cover;
  pointer-events: none;
  z-index: 9999;
}
