* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Gilroy", sans-serif;
}
html, body {
width: 100%;
height: 100%;
color: white;
}
.main{
    width: 100%;
    height: 100%;
    background-color: rgb(32, 32, 32);
}
.nav{
    padding-top: 15px;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.nav h3{
    font-weight: lighter;
    font-size: 25px;
}
.nav-2{
    margin-right: 50px;
    display: flex;
    gap: 30px;
    align-items: center;
    cursor: pointer;
}
h3{
    font-weight: lighter;
}
.main h1{
    width: 80%;
    margin-left: 260px;
    font-size: 115px;
    font-weight: 300;
    line-height: 100px;
    position: relative;
    z-index: 9;
}
.main h1:nth-child(2){
    margin-top: 270px;
}
.main h1:nth-child(3){
    text-align: center;
}
.main h1:nth-child(4){
    text-align: center;
}
img{
    border-radius: 20px;
    width: 320px;
    height: 400px;
    position:absolute;
    top: 15%;
    left: 40%;
}
#img-2{
    rotate: 20deg;
}
#img-3{
    rotate : 10deg;
}