body2{
    margin:0;
    padding: 0;
    height: auto;
    display: flex;
    justify-content:center;
    align-items: center;
    margin:auto;
    min-width: 1000px;
    background:turquoise;
}
.coreshell{
    margin: 30px 30px 30px 30px;
    height:auto;
    padding: 20px 30px 20px 30px;
    width: 95vw;
    border-radius: 5px;
    justify-content:center;
    align-items: center;
    background-color: #bae8ee;
    overflow:hidden;
    animation: transitionIn 1.5s;
    min-width: 900px;
}
#maintitle{
    justify-content: center;
    align-items: center;
    margin: auto;
}
#maintitle hr{
    margin-top: 15px; 
    background-color: black;
    color: black;
    overflow: hidden; 
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    align-items: center;
    height: 2px;
    border:none !important;
}
#maintitle h2{
    text-align: center;
    font-size: 50px;
    font-style: italic;
    margin-top: 20px;
}
#statsCounter{
    background-color: brown;
    width: 90vw;
    min-width: 950px;
    height:25vh;
    min-height: 30px;
    justify-content: center;
    margin:auto;
}
.minibottombar{
    margin:auto;
    width:auto;
    padding-left:20px;
    padding-right:20px;
    justify-content: center;
    display: flex;
    align-items: center;
}
#maintitle text1{
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    padding-left: 5vw;
}
.contentbox{
    width:auto;
    padding-left:20px;
    padding-right:20px;
    justify-content: center;
    display: flex;
    align-items: center;
}
text1{
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    /* padding-left: 5vw; */
}
.desc1{
    /* background-color: brown; */
    width: 40vw;
    height: auto;
    padding-right: 10px;
    min-width: 400px;
}
.ytVID1{
    /* background-color: green; */
    height: 50vh;
    width: 40vw;
    /* padding-left: 10px; */
    padding-right:20px;
    min-width: 400px;
}
.ytVID2{
    /* background-color: green; */
    height: 50vh;
    width: 40vw;
    margin-left: 20px;
    min-width: 400px;
}
a:hover{
    text-decoration: underline;
    color: magenta;
}
a{
    text-decoration: none;
    color: blue;
}
.desc1{
    width: 40vw;
    height: auto;
    padding-left: 20px;  
    
    /* background-color: pink;  */
}
.tab { 
    margin-left: 50px; 
}
.myIMG{
    /* background-color: lightblue; */
    height: 50vh;
    width: 40vw;
    min-width: 400px;
    padding-left: 20px;
    padding-right: 10px;
}
@media screen and (max-device-width: 500px) {
    .header,.content,.footer{
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .myIMG{
        /* background-color: lightblue; */
        height: 25vh;
        width: 80vw;
        /* min-width:600px; */
        padding-left: 10px;
    }
    .desc1{
        /* background-color: green; */
        width: 100%;
        /* min-width:600px; */
        height: auto;
        padding-right: 10px;
    }
    .ytVID1{
        height: 25vh;
        width: 80vw;
        padding-left: 0px;
        padding-right:0px;
    }
    .ytVID2{
        height: 25vh;
        width: 80vw;
        padding-left: 0px;
        margin-left: 0px;
    }
}