* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: Inter;

}



.nav {
  height: 6rem;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  padding-right: 2rem;
  background-color: #20262c;
  font-size: 1.5rem;
  width: 100%;
  top:0;
  position:fixed;
  overflow-x: hidden;}

ul {
  display: flex;
  column-gap: 2rem;
  justify-content: flex-end;
  margin-bottom: 10px;
}

li a:hover {
  color:#cf0202;

}
 a {
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 3px;
}

.welcome-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color:#53687e;
  color: white;
}
.welcome {
  font-size: 5rem;
  font-weight: 200;
line-height: 2;
  ;

}
.description {
  font-size: 2rem;

  font-weight: 200;
  letter-spacing: 2px;
text-indent: 20%;
  line-height: 1.5;
}

.projects-grid {

  padding: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  grid-gap: 2rem;
  justify-content: center;
  align-items: center;
  background-color: #20262c;

}
.project-heading{
  background-color: #24282c;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding-top: 30px;
  font-size: 1.5rem;;

}
.bottom {
  background-color: #3a4753;
}


.title {
  margin-top: 5px;
  font-size: 1.2rem;
text-transform: initial;
font-weight: 300;
}
.cards {

  width: 100%;
  height:auto;
  border-radius: 15px;
}
footer{
  color: aliceblue;
  text-align: center;
  padding-right: 20px;
  height:7vh;
}
h2{color: white;
text-align: end;
padding-right: 20px;}

.contact{
  text-align:left;
  padding:20px 0 10px 10px;
  font-weight: 400;

}
a#profile-link,a#profile-git{
  display: inline-block;
  padding-left:12px;
  text-decoration: underline;
}
a#profile-link{
 padding-bottom: 10px;
 font-weight: 400;
}
.nikola{
 margin-top:-20px ;
}

@media screen and (max-width: 500px) {
  .projects-grid {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
   @media screen and (max-width: 500px) {
    .myName {
     font-size: 2rem;
    }}
    @media screen and (max-width: 400px) {
      .description {
       font-size: 1.5rem;
       text-align: center;

      }
    }
     @media screen and (max-width: 600px) {
      .description {
       font-size: 1.5rem;
       text-align: center;
      }
    }
    @media screen and (max-width: 600px) {
     .nav, ul{
       font-size: 1.3rem;
       padding-right:0.5rem;


      }
    }

    @media screen and (max-width: 900px) and (min-width: 600px)