body{
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background-image: url(/backgrounds/square-tile.png);
  background-color: rgb(223, 223, 203);
  background-blend-mode: soft-light;
  font-family: "Inconsolata";
}

h1{
  font-family: "Press Start 2P";
  font-size: large;
  margin-top: 40px;
  color: rgb(7, 103, 103);
}

a{
  margin: 2px;
  height: fit-content;
}

.window{
  background-color: rgb(245, 245, 230); 
  width: 44%; 
  margin-top: 40px; 
  margin-bottom: 40px; 
  border-radius: 10px; 
  border: 5px solid pink; 
  box-shadow: 0px 0px 30px pink; 
  text-align: center;
}

.content{
  display: flex; 
  margin: 10px 30px 10px 30px; 
  justify-content: center;
  flex-wrap: wrap;
}

.divider{
  margin: 20px;
}

.post-it{
  top: 200px;
  left: 80px;
  color: rgb(201, 88, 126);
  rotate: -5deg;
}

