@font-face {
  font-family: valorax;
  src: url(Valorax-lg25V.otf);
}

body {
  font-family: valorax;
  margin: 0 auto;
  background-image: url("cork-board.jpg");
  transform: scale(1.5);
}

.br_half {
    margin: 0px 0;
}
.sticky-note-programmatic {
    background-color: #ffd800;
    border: 2px solid #bfbfbf;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    position: relative;
    width: 200px;
    background-image: url("pushpin-png-27702.png");
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: top right;
    transform: translate(470%, -1000%);
  }
  
.sticky-note-programmatic:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #bfbfbf transparent transparent transparent;
}
  
.sticky-note-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.sticky-note-green {
  background-image: url("post-it-green-blank-646921045.png");
  position: relative;
  background-size: cover;
  padding: 10px;
  width: 250px;
  height: 250px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.sticky-note-blue {
  background-image: url("th-2464788376.jpeg");
  position: relative;
  background-size: cover;
  padding: 10px;
  width: 250px;
  height: 250px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.sticky-note-purple {
  background-image: url("Sticky-Note-04-Purple.png");
  position: relative;
  background-size: cover;
  padding: 10px;
  width: 250px;
  height: 250px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.pin {
  position: absolute;
  top: 20px;
  right: 15%;
  width: 30px;
  height: 20px;
  background-image: url("pushpin-png-27702.png");
  background-size: cover;
}

.midcontent {
    align-self: center;
    top: 50%;
    left: 50%;
    transform: translate(50%);
    background-image: url("Write_Your_Story_Blank_Lined_Notebook_Paper_Creative_Commons_\(4812267249\).jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 75%;
    border: 5px solid;
    padding: 5px;
    border-radius: 15px;
    border-bottom: 8px;
    border-right: 8px;
    border-left: 8px;
    border-top: 8px;
    border-color: rgb(189, 159, 159);
    border-style: solid;
    box-sizing: border-box;
    text-align: center;
    padding-top: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 700px;
    width: 700px;
    margin-right: 80px;
}
  