
*{
    margin:0;
    padding: 0;
  
}


body{
    height:100vh;
    width:100vw;
    background-color: #6C22A6;
    display:flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-direction: column;
}
.table{
    display: table;
}
.table-row{
    display: table-row;
    margin-bottom: 5px;
    overflow: hidden;
    outline: 7px solid rgba(0, 0, 0, 0.675);
}
.basuthan,.harshit{
    position: absolute;
}
.title-content{
    text-align: center;
    color: #edededd9;
    vertical-align: middle;
    width: inherit;
}
.table-row>div{
    display: table-cell;
    margin: 4pt;
    padding: 4pt;
}
.wrapper{
    height:70vh;
    width: 90vw;
    background: #6962AD;
    border-radius: 15pt ;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    justify-self: center;
    align-items: center;
    border :3.7px solid #0A1D56;
}
body>.button-wrapper>div>a>button{
    height:6vh;
    width: 11vw;
    font-size: 2vi;
   
    color:#37B5B6;
    border :3.5px solid #402B3A;
    background:#37B5B6;
    color:#fefefe;
}

.header-main{
    display: flex;
    flex-direction: column;
   
}
/* .button-wrapper>div{
margin: 6pt;
} */
.title>a:focus{color: #211951;}
.title>a:active{color:#836FFF;}
.title>a:visited{color:#15F5BA;}
.button-wrapper{
    height: 7vh;
    width: 100vw;
    display: flex;
    align-items: self-start;
    text-align:center;
    gap:20vh;
    margin: 10px;
    justify-content: center;
    background-color: #00000052;
    align-self: center;
}
.img , .img>img{
    width: 23vw;
    height: 28vh;
    border: 2px solid transparent;
    border-radius: 20px;
}
/* .img{overflow-x:scroll;}
.img::-webkit-scrollbar{display: none;} */
.title{
    /* width:70vw; */
    color:#860A35;
    font-size: 2.7em;
    font-weight: bolder;
    border: 2px solid black;
    padding: 3px;
  
}


.butt{
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
@media only screen and (width<= 930px) {
  
    .table-row{
        outline: none;
    }
    
} 
@media only screen and (width<=785px){
    .dis2>img{
        opacity: 0% !important;
        display: none !important;
 
    }
    .dis1>img,.dis0>img{
        width: 30vw;
    }
} 
    

@media only screen and (width <= 450px) {
    .dis1>img{
        opacity: 0% !important;
        display: none !important;
    }
    .dis0>img{
        width: 350%;
        margin: 2px;
    }
    .table-row{
        width:70vw ;
        outline: none;
    }
}

