* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
}

body {
  height: 100vh;
  width: 100vw;
  background-color: #161616;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url("./assets/Black-Wood-Computer-Wallpaper.png");
}

.test {
  position: relative;
  height: 720px;
  width: 1080px;
  background-image: url("https://static.wixstatic.com/media/3864ae_59e41851f0254432b3bf3b141701775a~mv2.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-height: 850px) {
  .test {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media (max-height: 750px) {
  .test {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

@media (max-height: 650px) {
  .test {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}

@media (max-height: 550px) {
  .test {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 3;
}

.lock_test {
  cursor: pointer;
  position: absolute;
  height: 5rem;
  top: 48%;
  left: 48%;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  z-index: 2;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal .close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 2rem;
  margin: 1rem;
  cursor: pointer;
}

.modal .dogImg {
  height: 30rem;
  margin-bottom: 7rem;
}

.test__heading {
  position: absolute;
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  letter-spacing: 2px;
  top: -80px;
  left: 48%;
  color: white;
  font-weight: 700;
  font-family: "Antonio", sans-serif;
  font-size: 50px;
}

.hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */