body {
  margin: 0px;
}
@media (max-width: 600px) {
  p {
    font-size: 20px;
  }
 }
.nav {
    position: fixed;
    top: 0px;
    background-color: #d9e3e3;
    width:100%;
}
.nav a{
  padding:0px 20px 0px 20px;
}

#welcome-section{
  height: 100vw;
}

.project-box{
  display: grid;
  justify-items:center;
  grid-template-columns: 1fr;
}

.responsive-web{

}

.footer{

}
