@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

*{
    margin: 0px;
    font-family: "rajdhani", Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.h1{
    text-align: center;
    color: rgb(234, 150, 6);
    font-size: 2rem;
    font-family: "rajdhani";
    font-weight: 500;
}

.p1{
    font-size: 1.5rem;
    color: rgb(250, 250, 250);
    font-family: "rajdhani";
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.div1{
    background-color: rgb(0, 0, 0);
    padding: 1rem;
}

.iframe1{
    width: 100%;
    height: 500px;
    border: none;
}

body{
    margin: 0px;
}

.content1{
    padding: 30px;
    padding-top: 20px;
}

.table-responsive{
    overflow-x: auto;
    width: 100%;
}

tbody{
    box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
}

.smmh1{
    font-size: 18px;
    color: black;
    box-shadow: 1px 1px 10px #000000;
    border-radius: 10px;
    padding: 20px;
    margin: 30px 30px 10px 30px;
}

.secontitle{
    font-size: 30px;
    font-family: rajdhani;
    font-weight: 600;
}

.tipsh2{
    font-size: 30px;
}

/* index page css */

.homeh1{
    background-color: rgb(253, 251, 131);
    text-align: center;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    margin: 30px;
    border: 1px;
    border-color: #000000;
}

.submissionlist{
    background-color: rgb(204, 244, 254);
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    margin: 30px;
    display: flex;
    justify-content: center;
}

.listclass{
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 30px 60px 30px 60px;
    text-decoration: none;
    font-size: 20px;
    background-color: rgb(255, 255, 255);
}

a{
    color: rgb(22, 178, 11);
    text-decoration: none;
}

.li1{
    /* list-style-type: none; */
    margin: 15px;
}