@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap');
body {
    font-family: 'Jaldi', sans-serif;
}
html {
    margin:0;
    font-family:'Jaldi', sans-serif;
}
body {
    margin: 0;
    margin-bottom: 0;
}
a {
    text-decoration: none;
    color: inherit;
    font-family: 'Jaldi', sans-serif;
    font-size: 30px;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.header{
    width: 1494px;
    height: 600px;
    background: #060A2A;
}
.masthead {
    width: 896px;
    height: 330px;
    display: flex;
    flex-direction: column;
    margin-left:320px
}
.navigation {
    height:50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top:60px;
    margin-left: 320px;
}
.work {
    width: 261px;
    height: 111px;
    background: #d5d4e9;
    display: flex;
    flex-direction: row;
    border-radius: 25px;
    
}
.experience {
    width: 261px;
    height: 111px;
    background: #d5d4e9;
    display: flex;
    flex-direction: row;
    border-radius: 25px;
}
.aboutMe {
    width: 261px;
    height: 111px;
    background: #d5d4e9;
    display: flex;
    flex-direction: row;
    border-radius: 25px;
}
.workBody{
    width: 1494px;
    height: 1524px;
    background: #000109;
    margin-top:0px;
    
}
.gallery {
  width: min(1000px, 100% - 40px);
  margin-left: 250px;
}
.gallery-title {
  font-size: 36px;
  text-align: center;
  color: #d5d4e9;
  margin-bottom: 24px;
  letter-spacing: 0.2em;
  font-family: 'Jaldi', sans-serif;
}
.art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.art-tile {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(6, 2, 27, 0.4);
  text-decoration: none;
  aspect-ratio: 1 / 1;
  background: rgba(0, 0, 0, 0.4);}

.footer {
    width: 1494px;
    height: 396px;
    background: #060A2A;
    font-family: 'Jaldi', sans-serif;
    color:#d5d4e9;
    font-size: 30px;
    align-items: center;
    text-align: center;
    margin-top: 0px;
}
.sig {
    margin-left:100px;
    font-size: 30px;
    color:#d5d4e9
}
.skills {
    color: #d5d4e9;
    font-family: Jaldi;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left:100px;
}
.main {
    width: 1494px;
    height: 1424px;
    background: #000109;
    margin-top:0px;
}
.skillstype {
    color: #FFF;
    font-family: Jaldi;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
    margin-left:100px;
}
.employment {
    color: #d5d4e9;
    font-family: Jaldi;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left:800px;
}
.employmenttype {
    color: white;
    font-family: Jaldi;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left:740px;
    margin-top: 50px;
}
.main2 {
    width: 1494px;
    height: 1424px;
    background: #000109;
    margin-top:0px;
}

.aboutMeImg {
    width: 1192px;
    height: 1192px;
}

.aboutMeText {
    color: #FFF;
    font-family: Jaldi;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

