

body {
  background-image: url("https://i.pinimg.com/474x/00/62/2f/00622f17e5e80fba47b71a4a9bd34049.jpg");
}

.main-body {
  position: relative;
  background-image: url("https://i.pinimg.com/736x/3d/38/9c/3d389c2daad6321d53db81a33eb65daf.jpg");
  width: 650px;
  height: 800px;
  left: 300px;
  
}

p {
  font-family: "Arial";
  font-size: 12px;
  color: white;
  padding-left: 8px;
  padding-right: 8px;
}

h1 {
  font-family: "Arial";
  font-size: 13px;
  color: white;
  background-color: grey;
  padding-left: 2px;
}


.sidebar {
  position: absolute;
  width: 100px;
  height: 100%;
  border: 2px inset white;
  background-color: #dbdbdb;
}

.left-page {
  position: absolute;
  width: 170px;
  height: 400px;
  top: 50px;
  left: 120px;
  background-color: #c7c7c7;
  opacity: 0.8;
  border: 2px dotted white;
}

.bottom-left-page {
  position: absolute;
  width: 170px;
  height: 230px;
  top: 480px;
  left: 120px;
  background-color: #c7c7c7;
  opacity: 0.8;
  border: 2px dotted white;
  overflow: auto;
}

.bottom-right-page {
  position: absolute;
  width: 300px;
  height: 200px;
  top: 460px;
  left: 320px;
  background-color: #e396c7;
  opacity: 0.8;
  border: 2px dotted white;
}

.header {
  position: absolute;
  width: 200px;
  aspect-ratio: .866;
  clip-path: polygon(18% 3%, 60% 3%, 66% 10%, 18% 10%);
  background: #c7c7c7;
  opacity: 0.8;
  left: 86px;
  top: 24px;
}

.header2 {
  position: absolute;
  width: 200px;
  aspect-ratio: .866;
  clip-path: polygon(18% 3%, 60% 3%, 66% 10%, 18% 10%);
  background: #c7c7c7;
  opacity: 0.8;
  left: 86px;
  top: 455px;
}

.header3 {
  position: absolute;
  width: 300px;
  aspect-ratio: .866;
  clip-path: polygon(12% 27%, 100% 27%, 100% 9%, 0 9%);
  background: #e396c7;
  opacity: 0.8;
  left: 320px;
  top: 630px;
  border: 2px dotted white;
}




.header span {
  font-family: "Arial";
  color: white;
  display: inline-block;
  text-align: left;
  font-size: 11px;
  margin-top: 8px;
  margin-left: 40px;
}

.header2 span {
  font-family: "Arial";
  color: white;
  display: inline-block;
  text-align: left;
  font-size: 11px;
  margin-top: 8px;
  margin-left: 40px;
}


.widget {
  position: absolute;
  left: 450px;
  top: 740px;
}

