html,
body {
    margin: 0px;
    height: 100%;
}

nav{
    z-index: 1000000;
}

#icon-html {
    font-size: 200px;
    background-color: #FAD961;
    background-image: -webkit-linear-gradient(left, #FAD961 0%, #F76B1C 100%);
    background-image: -o-linear-gradient(left, #FAD961 0%, #F76B1C 100%);
    background-image: linear-gradient(to right, #FAD961 0%, #F76B1C 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    right: 100px;
    top: 400px;
}

#icon-terminal{
    font-size: 150px;
    background-color: #08AEEA;
    background-image: -webkit-linear-gradient(bottom, #08AEEA 0%, #2AF598 100%);
    background-image: -o-linear-gradient(bottom, #08AEEA 0%, #2AF598 100%);
    background-image: linear-gradient(to top, #08AEEA 0%, #2AF598 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    left: 100px;
    top: 200px;
}

#icon-terminal-window{
    font-size: 100px;
    background: background-color: #8EC5FC;
    background-image: -webkit-linear-gradient(152deg, #8EC5FC 0%, #E0C3FC 100%);
    background-image: -o-linear-gradient(152deg, #8EC5FC 0%, #E0C3FC 100%);
    background-image: linear-gradient(242deg, #8EC5FC 0%, #E0C3FC 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    right: 300px;
    top: 150px;
}

#icon-brackets{
    font-size: 100px;
    background-color: #F4D03F;
    background-image: -webkit-linear-gradient(42deg, #F4D03F 0%, #16A085 100%);
    background-image: -o-linear-gradient(42deg, #F4D03F 0%, #16A085 100%);
    background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    left: 300px;
    top: 500px;
}

#icon-notebook{
    font-size: 100px;
    background-color: #FBAB7E;
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    position: absolute;
    left: 500px;
    top: 100px;
}

#title-1-wrap{
    position: absolute;
    top: 56px;
    width: 100%;
    height: calc(100% - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#title-1{
    font-size: 100px;
    font-family: '스웨거 TTF';
}

#dot-1{
    z-index: -1;
    position: absolute;
    top: 300px;
    right: 0px;
    height: 400px;
    width: 400px;
    background-color: #b7edc8;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 3px 3px 3px 3px #999;
}

#dot-2{
    z-index: -1;
    position: absolute;
    top: 100px;
    left: 0px;
    height: 500px;
    width: 500px;
    background-color: #b2d9eb;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 3px 3px 3px 3px #999;
}

#background-1{
    position: absolute;
    z-index: -2;
    width : 100%;
    height: calc(100% - 56px);
    background-color: #f5e7bc;
}

#title-1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

#section-2-title{
    position: absolute;
    top: calc(100% + 100px);
    left: 100px;
    width: calc(100% - 600px);
    font-size: 50px;
    font-family: '스웨거 TTF';
}

#section-2-text{
    position: absolute;
    top: calc(100% + 170px);
    left: 100px;
    width: calc(100% - 600px);
    font-size: 30px;
    font-family: '스웨거 TTF';
}

#profile{
    position: absolute;
    top: calc(100% + 100px);
    right: 100px;
    height: 400px;
    width: 400px;
    background-image: url('https://avatars.githubusercontent.com/u/76412624?s=400&u=e7d5cb9f5f41691a65f625dcbd6a8509b15a3ed8&v=4');
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 3px 3px 3px 3px #999;
}

#background-2{
    z-index: -2;
    position: absolute;
    top: 100%;
    height: 600px;
    width: 100%;
    background-color: antiquewhite;
}

#section-3-title{
    position: absolute;
    font-family: '스웨거 TTF';
    top: calc(200% - 56px);
    left: 100px;
}

#section-3-card-1{
    position: absolute;
    font-family: '스웨거 TTF';
    top: calc(200% - 56px + 100px);
    left: 100px;
}

#section-3-card-2{
    position: absolute;
    font-family: '스웨거 TTF';
    top: calc(200% - 56px + 100px);
    left: 400px;
}

#section-3-card-3{
    position: absolute;
    font-family: '스웨거 TTF';
    top: calc(200% - 56px + 100px);
    left: 700px;
}

#section3-and-more{
    position: absolute;
    font-family: '스웨거 TTF';
    font-size: 40px;
    top: calc(200% - 56px + 250px);
    left: 1000px;
}

#background-3{
    z-index: -2;
    position: absolute;
    top: calc(200% - 160px);
    height: 600px;
    width: 100%;
    background-color: beige;
}
