body {
  background-color: black;
  overflow-y: hidden;
  overflow-x: hidden;
  animation: animate 3s alternate infinite;
}
.container {
  padding: 0;
  margin: 200px;
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}

.item-1 {
  /* background: tomato; */
  width: 400px;
  height: 500px;
  margin-top: 10px;
  line-height: 150px;
  color: white;
}
.item-1 img {
  width: 400px;
  height: auto;
  display: block;
}

.item-2 {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  /* background: tomato; */
  width: 450px;
  height: 500px;
  margin-top: 10px;
  color: white;
  font-size: 1.3em;
  line-height: 1.4em;
  display: inline;
}

h1 {
  color: white;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.3em;
  display: inline;
}
p {
  margin-top: 20px;
  margin-bottom: 80px;
}

@-webkit-keyframes color {
  0% {
    background-color: lightgreen;
  }
  50% {
    background-color: lightsalmon;
  }
  /* your chosen 'mid' color */
  100% {
    background-color: lightpink;
  }
}

a {
  text-align: center;
  text-decoration: none;
  margin: auto;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #61ffb5;
  line-height: 1;
  font-size: 1.1em;
}

.white {
  -webkit-transform: scale(0.07);
  transform: scale(0.07);
  position: absolute;
  left: -300px;
  top: -331px;
}

.logo .black {
  -webkit-transform: scale(0.07);
  transform: scale(0.07);
  position: absolute;
  left: -300px;
  top: -331px;
  display: none;
}

/* animated cursor */
@-webkit-keyframes animate {
  0% {
    cursor: url("../images/cursor_hover.png"), auto;
  }
  50% {
    cursor: url("../images/cursor_hover2.png"), auto;
  }
  90% {
    cursor: url("../images/cursor_hover3.png"), auto;
  }
}

/* .profile img {
  display: relative;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.person {
  position: relative;
  left: 170px;
  bottom: 100px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 1em;
  text-align: center;
  height: 50px;
  width: 200px;
  margin: 0px;
  color: white;
  line-height: 1em;
  display: block;
}

span {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 1em;
  font-size: 0.65em;
}

.animated-intro {
  display: block;
  position: relative;
  left: 400px;
  bottom: 400px;
  width: 900px;
}

.animated-intro .intro {
  display: inline;
  font-family: "Work Sans", sans-serif;
  line-height: 1.3em;
  font-weight: 700;
  font-style: oblique;
  font-size: 3em;
  color: white;
}

.animated-intro .typed-cursor {
  display: inline;
  font-size: 3em;
  color: white;
} */

/* .profile img {
  display: relative;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  right: 20px;
} */
/*# sourceMappingURL=window_1.css.map */
