*{
    font-family: Calibre, Inter, "San Francisco", "SF Pro Text", -apple-system, system-ui, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

body {
    background-color: #0a192f;
}


.container {
/* border: solid red 2px; */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
right: 20rem;
bottom: 9rem;
height: 50vh;
justify-content: space-evenly;
justify-content: center;
top: 500px;
left: -130px;
overflow: visible;
}

.box-one {

font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
color: #64ffda;
font-size: 1.3rem;
font-weight: 100;
flex-grow: 0;

}

.box-two {

    color: #ccd6f6;
    font-size: 5rem;
    position: relative;
    left: 16.4rem;
    font-weight: 750;


}

.box-three {
    color: #8892b0;
    font-size: 1.5rem;
    position: relative;
    top: 1rem;
    left: 25.6rem;
}


i {
    color: #64ffda;
}


.me {
    position: relative;
    top: -12em;
    width: 300px;
    border-radius: 150rem;
    object-fit: cover;
    left: -20em;
    box-shadow: 1px 1px 35px #64ffda;

}

.me:hover {
    border: solid #64ffda 4px;

    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all .5s ease-in-out;
}


nav ul li {
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    display: inline-block;
    position: relative;
    bottom: 200px;
    left: 4rem;
    padding: 10px 25px;

 
    
}

nav ul li a {
    color: #64ffda;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover {
    color: #8892b0;
    font-size: 18px;
    transition: .4s;
    

}

.skills {
    position: relative;
    bottom: 7em;
    right: 10rem;
    border: solid #64ffda 1px;
    padding: 50px;
    box-shadow: 1px 1px 35px #64ffda;

}

.skills:hover {
    border: solid #64ffda 4px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all .5s ease-in-out;
}

.projects {
    position: relative;
    border: solid #64ffda 1px;
    padding: 50px;
    box-shadow: 1px 1px 35px #64ffda;
    left: 25em;
    bottom: 29rem;

}

.projects:hover {
    border: solid #64ffda 4px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all .5s ease-in-out;
}

.box-projects {
    color: #ccd6f6;
    font-size: 5rem;
     font-weight: 600;
}

.box-skill {
    color: #ccd6f6;
    font-size: 5rem;
     font-weight: 600;
   
}

.ok {
    color: #64ffda  ;
    display:  flex;
    flex-direction: column;
    align-items: center;
    line-height: 50px;
    font-size: 2rem;
    font-weight: 900;
}

.projectOne {
    width: 400px;
    position: relative;
    top: 2em;

}

.box-projects {
    margin-left: 50px;
}

@media screen and (min-width:982px) {

    .container {
        height: 50vh;
    }


    .box-three {
        width: 700px;
        left:17rem;
    }

    .projects {
        left: 19rem;
    }
    
    .me {
        width: 200px;
        left: -15rem;
    }


    nav ul li {
        top: -9rem;
      }
    
      .skills {
        top: -4rem;
      }
    
      .projects {
        top: -26rem;
      }
}



@media screen and (max-width:988px) {

    .container {
        position: relative;
        top: 260px;
    }

  .box-one {
    font-size: 15px;
    position: relative;
    left: 120px;

  }
  
  .box-two {
    font-size: 30px;
    position: relative;
    left: 4.5em;
  }

  .box-three {
    font-size: 10px;
    position: relative;
    left: 13em;
    width: 300px;
    text-align-last: center;
  }

  nav ul li {
    font-size: 10px;
    position: relative;
    left: 7.5rem;
    top: -14rem;
  }


  .me {
    position: relative;
    width: 300px;
    left: 120px;
    top: 100px;


}

.skills {
    padding: 0;
    left: 120px;
    top: 100px;
}

.projects {
    padding: 0;
    left: 120px;
    top: 130px;
    width: 250px;
}

.box-projects {
    margin-left: .7em;
    font-size: 3em;

}

.projectOne {
    width: 250px;
}



}



