body{
    background-color: rgb(32, 32, 32);
    padding: 0px 12%;

}
#navbar{
    background-color: rgb(47, 47, 48);
    height: 80px; 
    display: flex; 
    justify-content: space-between;
    padding-right: 45px;
    padding-left: 35px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow:hidden;
}
ul{
    list-style: none;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    gap: 35px;
}
ul li{
    font-size: larger;

}

a{
    text-decoration: none;
    color: #f6ecec;
}
#portfolio{
    font-size:larger;
    position: relative;
    color:white;
    /* top:10px;
    right:35px; */
} 
.box{
    display: flex;
    align-items: center;
    justify-content: center;
}
#main{
    height: 85vh;
    background-color: rgb(47, 47, 48);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
hr{
    border: 1px;
    margin: 1px;
}
#intro{
    /* background-color: blue; */
    padding: 10px 0px 0px 22px;
    height:40vh;
    width: 50%;
}
h3{
    position: relative;
    top: 25px;
    font-size: 45px;
    color: white;
}
h1{
    position: relative;
    top: -25px;
    font-size: 90px;
    color: #D5DB1E;
}
#intro p{
    position: relative;
    top: -65px;
    font-size: 25px;
    color: white;
}
#seework{
    position: relative;
    top: -45px;
    width: 10vw;
    height: 5vh;
    background-color:#D5DB1E;
    font-size: large;
    cursor: pointer;
}

#maincontent{
    /* background-color: blueviolet; */
    height: 45vh;
    display: flex;
    align-items: center;
}
.cbox{

    background-color: rgb(60, 60, 64);
    margin:20px;
    height:30vh;
    width: 25vw;
}
#cbox1{
width:40vw;
} 

#atag{
    color: black;
}
img{
    height: 30vh;
    width: 20vw;
}
#img1{
    width: 29vw;
}
