body2{
    margin:0;
    padding: 0;
    min-width: 1000px;
    height:auto;
    display: flex;
    justify-content:center;
    align-items: center;
    background: turquoise;
    overflow:hidden;
}
.main{
    margin: 30px 30px 30px 30px;
    height:auto;
    padding: 20px 30px 20px 30px;
    width: 1400px;
    border-radius: 5px;
    justify-content:center;
    align-items: center;
    background-color: lightgray;
    overflow:hidden;
    animation: transitionIn 1.5s;
}
.bottombar{
    width: 100%;
    text-align: center;
    background-color: black;
    padding: 30px 0;
    overflow:hidden;
    min-width: 1000px;
    bottom: 0;
    
}
ion-icon{
    color: white;
    width: 70px;
    height: 70px;
    padding: 20px;
    transition: all 2s ease-in-out;
}
ion-icon:hover{
    color: gray;
}

.main h2 {
    text-align: center;
    margin-top: 40px;
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 10px;
    /* position:relative; */
}
.main h3 {
    text-align: center;
    margin-top: 40px;
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 10px;
    /* position:relative; */
}

.main hr { 
    display: block;
    margin-top: 40px; 
    background-color: black;
    color: black;
    overflow: hidden; 
    /* width: 1200px; */
    /* width:80vw;
    min-width: 800px; */
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
    height: 2px;
    border:none !important;
}

@keyframes transitionIn {
    from{
        opacity: 0;
        transform: rotateX(-10deg);
    }
    to{
        opacity: 1;
        transform: rotateX(0);
    }
}
.bottombar h6{
    margin-top: 15px;
    font-size: 15px;
    color: white;
}
.contentbox{
    /* background: green; */
    width:auto;
    padding-left:20px;
    padding-right:20px;
    /* margin:10px; */
    justify-content: center;
    display: flex;
    align-items: center;
}
.title{
    /* background-color: white; */
    justify-content: center;
    width: 450px;
    height: 230px;
    display: inline-block;
    /* display: flex; */
}
.icons{
    /* background-color: white; */
    justify-content: center;
    margin-left: 5vh;
    margin-right: 5vh;
    width: 230px;
    height: 230px;
    display: inline-block;

}
.details{
    /* background-color: white; */
    justify-content: center;
    align-items: center;
    width:450px;
    height: auto;
    display: flex;
}
.experienceimg{
    margin: auto;
    margin-bottom: 50px;
    width: 230px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    border-radius: 20px;
}
.main text1{
    font-size: 40px;
    font-family: DejaVu Sans Mono;
    justify-content: center;
    align-items: center;
    /* display:flex; */
}

.main text2{
    font-size: 20px;
    font-family: DejaVu Sans Mono;
}
.main text3{
    font-size: 25px;
    font-family: DejaVu Sans Mono;
}
.main text4{
    font-size: 20px;
    font-family: DejaVu Sans Mono;
}
.icons:hover{
    background-color: gray;
}

@media screen and (max-device-width: 500px) {
    .header,.content,.footer{
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .contentbox{
        padding-left:20px;
        padding-right:20px;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .title{
        justify-content: center;
        width: 450px;
        height: 275px;
        display: inline-block;
    }
    .icons{
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        margin-right: 10px;
        width: 230px;
        height: 230px;
        display: inline-block;
    
    }
    .details{
        justify-content: center;
        align-items:baseline;
        width:450px;
        height: auto;
        display: flex;
    }
}
