/* Home */
#home{
  height: 820px;
}
.headings{
  font-size: 1.7rem;
}
/* About */
#pic img{
  width: 300px;
  height: 175px;
}
#intro h2{
  font-size: 1.5rem;
}
/* Portfolio */
.gallery img{
  width: 250px;
  height: 150px;
  margin: 10px;
}
/* Contact */
.input{
  width: 80%;
}
#msg{
  width: 70%
}
#send{
  width: 70%;
}

@media(max-width: 480px){
  .nav{
    padding: 0 12px;
  }

  .nav .links{
    gap: 0.6rem;
  }

  .nav .links a{
    font-size: 0.72rem;
  }

  .theme-toggle{
    width: 36px;
    height: 36px;
    font-size: 0.9rem;
  }
}