@import url('https://fonts.googleapis.com/css?family=Montserrat:regular,bold');

* {
  background-color: #FFF0BB;
  font-family: Montserrat;
  box-sizing: border-box;
  margin: 0%;
  padding: 0%;
  cursor: url("https://filipkoch.repl.co/kurzors.png"), auto;
}

body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.filipkoch {
  color: #1E0E00;
  position: absolute;
  height: 156px;
  left: 111px;
  top: calc(50% - 156px/2 - 46px);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 128px;
  line-height: 156px;
}
.filipkoch::selection {
  background-color: #f5a700;
}

.email {
  font-style: normal;
  position: absolute;
  top: 28px;
  right: 72px;
  font-weight: 400;
  font-size: 16px;
}
.email::selection {
  background-color: #f5a700;
}
.zavinac {
  font-style: normal;
  position: absolute;
  top: 22px;
  right: 220px;
  font-weight: 900;
}
.zavinac::selection {
  background-color: #f5a700;
}
.pizza {
  color: #1E0E00;
  right: 96px;
  bottom: 156px;
  position: absolute;
  font-weight: 400;
  cursor: url("https://filipkoch.repl.co/kurzors.png"), auto;
}
.pizza::selection {
  background-color: #f5a700
}
.sipka {
  color: #1E0E00;
  width: 64px;
  height: 64px;
  right: 52px;
  bottom: 90px;
  position: absolute;
  cursor: url("https://filipkoch.repl.co/kurzors.png"), auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.container {
  width: 296px;
  overflow: hidden
}
.container .text{
  position: absolute;
  left: 215px;
  top: calc(50% - 37px/2 + 51px);
  color: #1E0E00;
  font-size: 30px;
  font-weight: 500;
}
.container .text::selection {
  background-color: #f5a700
}
.social {
  position: absolute;
  right: 96px;
  bottom: 32px;
  cursor: url("https://filipkoch.repl.co/kurzors.png"), auto;
}
.fa {
  font-size: 36px;
  margin-right: 24px;
  color: #1E0E00;
}
.fa:hover {
  opacity: 0.7;
}
.social::selection {
  background-color: #f5a700;
  cursor: url("https://filipkoch.repl.co/kurzors.png"), auto;
}
.fa{
   text-decoration: none;
}
.container .text.p-text {
  position: absolute;
  color: #1E0E00;
  left: 123px;
  top: calc(50% - 37px/2 + 54px);
}
.text.d-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF0BB;
  border-left: 2px solid #1E0E00;
  animation: animate 4s steps(14) infinite;
  cursor: url("https://filipkoch.repl.co/kurzors.png"), auto;
}
@keyframes animate {
  40%, 60%{
    left: calc(100% + 4px);
  }
  100% {
    left: 0%;
  }
}

@media screen and (max-width: 800px) {
  .filipkoch {
    left: 28px;
    font-size: 95px;
  }
  .container {
    width: 356px;
    max-width: 110vh;
  }
  .container .text {
    left: 98px;
    font-size: 22px;
    top: calc(50% - 37px/2 + 43.5px);
  }
  .container .text.p-text {
    left: 32px;
    top: calc(50% - 37px/2 + 43.5px);
  }
  .social {
    top: 800px;
    left: 160px;
  }
}
@media screen and (max-width: 360px) {
  .filipkoch {
    left: 12px;
    font-size: 64px;
  }
  .container {
    width: 356px;
    max-width: 110vh;
  }
  .container .text {
    left: 98px;
    font-size: 16px;
    top: calc(50% - 37px/2 + 43.5px);
  }
  .container .text.p-text {
    left: 32px;
    top: calc(50% - 37px/2 + 43.5px);
  }
  .social {
    left: calc(50% - 58px/2);
    bottom: 48px;
  }
}
