body{
margin: 0;
cursor: url('closed_eye_cursor_transparent.cur'), auto ;
}
.image-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url(SCP-173\ Sicherheitsraum.PNG);
  background-size: cover;
  overflow: hidden;
  position: fixed;
}

#SCP173 {
  margin-top: 150px;
  margin-left: 60px;
  width: auto;
  height: 100vh;
  cursor: url('open_eye_cursor.cur'), auto;
}


.notes{
  height: 95vh;
  width: 30vw;
  min-width: 100px;
  background-color: white;
  margin-right: 0;
  margin-left: auto;
  overflow-y: scroll;
}

.notes p{
  margin-left: 15px;
  margin-right: 15px;
}

.notes h1{
  margin-left: 15px;
  color: red;
}

.notes h2{
  margin-left: 15px;
  margin-bottom: 10px;
}
.headofnote{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.objectdescription{
  margin-top: 80px;
}

@media screen and (max-width: 1280px) {

  .image-wrapper{
    width: auto;
    position: relative;
    overflow: visible;
}
.notes{
  position: absolute;
  z-index: 1;
  width: 80vw;
  margin-left: 85px;
  margin-top: 100vh;
}

#SCP-173{
  margin-left: 0;
  margin-right: 200px; 
}

}