@font-face { 
  font-family: "Hydrogen";
  font-style: normal;
  font-weight: 400;
  src: 
    url(fonts/HydrogenScore.woff2) format("woff2"),
    url(fonts/hydrogen.ttf) format("truetype");
}
.header1 {
  width: 1200px;
  height: auto;
  margin: auto;
  text-align: center;
  }
  
h1 {
  font-family: "Hydrogen";
  color: white;
  font-style: normal;
  
  }

body {
  margin: 0;
  font-family: "Hydrogen";
  background: black;
}

.monitor-container {
  position: relative;
  width: 1200px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.monitor {
  width: 100%;
  display: block;
}

.screen-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('indexs/crt-effect-1.png') no-repeat center center;
  background-size: cover;
  mix-blend-mode: normal;
  opacity: 0.1;
  pointer-events: none;
  z-index: 2;
}

.desktop-area {
  position: absolute;
  top: 24%;
  left: 29%;
  width: 500px;
  height: 372px;
  background: transparent;
  overflow: hidden;
}

.icon {
  width: 100px;
  height: 100px;
  position: absolute;
  cursor: grab;
  user-select: none;
  filter: drop-shadow(2.5px 2.5px 2.5px rgba(0, 0, 0, .5));
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.dragging {
  opacity: 0.5;
}

.button-menu {
  position: relative;
  width: 1200px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
