
*{
    margin:0;
    padding: 0;
   
}




body{
    height:100vh;
    width:100vw;
    background-color: #6C22A6;
    display:flex;
    overflow: hidden;
    flex-direction: column;
}
table{
    overflow: visible;
    border: 0.2% solid black;
    height: 50vh;
    width: 70vw;
}

.image>img{
    height: inherit;
    width: 20vw;
}
.table-row{
    display: table-row;
    margin-bottom: 0.5%;
    height: 60vh;
    width: 40vw;
}
.info{
    border: 4px solid black;
    margin: 2%;
}
.text{
    font-size: 130%;
    margin: 0;
    padding: 0%;
    height: fit-content;
    width: fit-content;
}
.table-row>div{
    display: table-cell;
    margin: 4pt;
    padding: 4pt;
    font-size: 30%;
}
.wrapper{
    margin-top: 20vh;
    height:70vh;
    width: 90vw;
    position: relative;
    bottom: 10%;
    background: #6962AD;
    border-radius: 15pt ;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    justify-self: center;
    align-items: center;
    overflow: scroll ;
    border :3.7px solid #0A1D56;
}
.wrapper::-webkit-scrollbar{
    display: none;
}
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{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%;
}



