   
.center-container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 10px;
}

.popup-button {
  background-image: url('/images/PopupButton.png');
  text-decoration: none;
  color: black;
  font-family: 'Roboto', sans-serif;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: clamp(6px, 40%, 160px);
  height: 50px;
  justify-content: center;
  align-items: center;
  padding: 7px;
}

.backdrop {
  background-color: #17144C;
  background-image: url("/PanelPattern.png");
  background-size: 100px;
  box-shadow: 10px 10px 10px black;
  top: 0;
  width: 100%;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
}

#MSN-logo {
  position: absolute;
  width: 175px;
  transform: translate(-150px, 375px);
}


#side-container {
  position: absolute;
  left: 64.5%;
  top: 612px;
  width: 9%;
  height: 520px;
}

#clippy-greet {
  position: absolute;
  width: 280px;
  transform: translate(-400px, 475px);
  z-index: 2;
}

.sticky-container {
  position: absolute;
  z-index: 3;
  width: 175px;
  max-height: 200px;
  top: 10%;
  left: 75%;
  transform: rotate(15deg)
}

.window-nine-slice {
  border-width: 40px;
  border-style: solid;
  border-image-slice: 15% fill;
  border-image-repeat: stretch;
  border-image-source: url('images/PopupNineSlice.png');
}


#monitor {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  left: 0;
}

#strawpage {
  transform: translateY(53px)
}

.linker-button {
  width: 35%;
  position: relative;
  transform: translateX(-5px);
}

.linker-container {
  position: relative;
  width: 27%;
  margin-bottom: -130px;
  height: 328px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 35%;
  transform: translateY(-40%);
}

.notepad-container {
  position: relative;
  padding-top: 20px;
  width: 25%;
  transform: translateX(105%);
}

.strawpage-container {
  padding-top: 50px;
  position: relative;
  width : 800px;
  height : 713px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#notepad {
  width: 100%
}

.notepad-text {
  position: absolute;
  top: 15%;
  padding: 0 10px 10px 13px;
  text-align: left;
  font-size: 20px;
  font-family: "VT323"
}

body {
  background-size: cover;
  background-attachment: fixed;
  color: black;
  font-family: Verdana;
}