/*
Theme Name: Arish Dangol Portfolio
Theme URI: https://dangolarish.com
Author: Arish Dangol
Description: A stylish and modern portfolio theme for Arish Dangol
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arish-dangol
*/
body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  background: #fff;
  color: #111;
}
h1, h2, h3 {
  font-weight: 700;
}
a {
  color: #1e90ff;
  text-decoration: none;
}
header, section {
  padding: 60px 20px;
}
header {
  background-color: #000;
  color: #fff;
  text-align: center;
}
nav {
  background: #f0f0f0;
  text-align: center;
  padding: 10px;
}
nav a {
  margin: 0 15px;
  font-weight: bold;
  color: #000;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.gallery img {
  width: 100%;
  border-radius: 10px;
}
.contact {
  background-color: #000;
  color: #fff;
  text-align: center;
}