#header-frame{

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100vh;

    margin-bottom: 200px;
}

#header-frame h1{
    font-size: 40px;
    margin: 5px 0px;
    line-height: 60px;
}
#header-frame h2{
    font-size: 20px;
    margin: 5px 0px;   
    line-height: 35px;
}

#header-frame>.text{

    width: 45%;
    max-width: 500px;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.frame{

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;

    margin: 40px 0px;
}

.frame h1{
    font-size: 60px;
    margin: 5px 0px;
    line-height: 60px;
}
.frame h2{
    font-size: 30px;
    margin: 5px 0px;   
    line-height: 35px;
}

.frame>.text{

    width: 45%;
    max-width: 500px;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.text>div>*{
    margin: 30px 0px;
}


.button{
    font-size: 20px;
    padding: 5px;
}





.imgroup{
    position: relative;
    width: 330px;
    height: 300px;
    
}

.imgroup>img{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    width: 150px;
    /* height: 250px; */
    top: 50%;

    border-radius: 4px;

}
.imgroup>.himage{

    width: unset;
    height: 160px;
}

.imgroup>*:nth-child(1){
    transform: translate(170px, -50%) rotate(20deg);
}
.imgroup>*:nth-child(2){
    transform: translate(110px, -50%) rotate(10deg);
}
.imgroup>*:nth-child(3){

    width: 200px;
    /* height: 300px; */
    transform: translate(0px, -50%)
}.imgroup>*:nth-child(3).himage{

    width: unset;
    height: 220px;
    transform: translate(0px, -50%)
}