body{
    margin: 0;
    background-color: rgb(157, 44, 38);
}



.classname{
    background-color: aquamarine;
    color: azure;
}
p{
    color: rgb(157, 44, 38);
}

#para{
    font-size: 133px;
    border: 2px solid brown;
    margin: 0;
    padding: 30px;

}
.header{
    width:100%;
    height: 3vw;
    font-size: 1.5vw;
    text-align: center;
    padding-top: 0.75vw;
    background-color: rgba(165, 42, 42, 0.768);
    position: fixed;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

}
.link_header{
    margin-left: 6vw;
    margin-right: 6vw;
    text-decoration: none;
    color: aliceblue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.content{
    width: 100%;
    background-color: rgb(157, 44, 38);
    padding-top: 12vw;
    margin-bottom: 9vw;
}
.inner_div{
    width:80vw;
    background-color: rgb(157, 44, 38);
    margin: 0 auto;
    padding-top: 20px;
    object-fit: scale-down;

}

.header_align{
    width:60vw;

}
img{
    max-width:100%;
    max-height: 100%;
}
.under_logo{
    display: grid;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
}
.under_onleft{
   grid-column: 1;
  justify-self: start;
  color: aliceblue;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.under_onright{
    grid-column: 2;
  justify-self: center;
  color: aliceblue;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#hii{
    font-size: 200px;
    color: aliceblue;
    /* padding-top: 20px; */
     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0;
}
#iam{
    font-size: 50px;
    color: aliceblue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0;
}
.hi_everyone{
    margin: 0
}

.stat1 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
font-size: 70px;
color: aliceblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0;
}

.left {
  grid-column: 1;
  justify-self: start;
}

.center {
  grid-column: 2;
  justify-self: center;
}

.right {
  grid-column: 3;
  justify-self: end;
}
.stat2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  font-size: 70px;
  color: aliceblue;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0;
}

.left2 {
  grid-column: 1;
  justify-self: start;

}

.center2 {
  grid-column: 2;
  justify-self: center;

}

.right2 {
  grid-column: 3;
  justify-self: end;

}
.stat3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
font-size: 70px;
color: aliceblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0;
}

.left3 {
  grid-column: 1;
  justify-self: start;
}

.center3 {
  grid-column: 2;
  justify-self: center;
}

.right3 {
  grid-column: 3;
  justify-self: end;
}
.stats{
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.stat4 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
font-size: 70px;
color: aliceblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0;
}

.left4 {
  grid-column: 1;
  justify-self: start;
}

.center4 {
  grid-column: 2;
  justify-self: center;
}

.right4 {
  grid-column: 3;
  justify-self: end;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.projects {
  padding: 60px 5%;
}

.projects-grid {
  display: grid;


  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 430px);

  gap: 70px;
  align-items: center;

  max-width: 1200px;
  margin: 0 auto;
}

.project-info {
  min-width: 0;
}

.project-info h2 {
  font-size: 100px;
  margin: 0;
  color: aliceblue;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0;
}

.project-info h3 {
  font-size: 38px;
  margin: 5px 0 25px;
    color: aliceblue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 20px;
  
}

.project-description {
  width: 100%;
  min-height: 180px;
  padding: 30px;

  background: #f3cece;
  border-radius: 28px;
}

.project-description p {
  margin: 0;
  line-height: 1.5;
}

.project-media {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1 / 1;

  overflow: hidden;
  border-radius: 35px;

  justify-self: end;
}

.project-media img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  display: block;

}
.projects-grid2 {
  display: grid;


  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 430px);

  gap: 70px;
  align-items: center;

  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.lastproject{
    font-size: 100px;
    color: aliceblue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0;
     text-align: center;
}
.myhobbies{
   font-size: 200px;
    color: aliceblue;
    /* padding-top: 20px; */
     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0; 
}
.hobbies {
  padding: 60px;
   color: aliceblue;
    /* padding-top: 20px; */
     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     margin-bottom: 0; 
    
}

.hobby {
  display: grid;
  grid-template-columns: 120px 300px 1fr;
  min-height: 120px;
  text-align: center;
}

.number {
  font-size: 60px;
    text-align: center;
}

.name {
  font-size: 45px;
  border-left: 2px solid aliceblue;
  padding-left: 40px;
    text-align: center;
}

.description {
  font-size: 20px;
  padding: 10px 30px;
    text-align: center;
}

.engineering {
  grid-column: 2 / 4;
  font-size: 70px;
}