
#rcorners1 {
    border-radius: 8px;
    background: #393186;
    width: 100%;
    height: 50px;
}

.button {
    text-align: center;
    height: 65px;
    width: 20%;
    line-height: 65px;
    cursor: pointer;
    font-size: 22px;
    text-transform: uppercase;
    color: #F0F0F0;
    border-radius: 30px;
    border-bottom: 4px solid #4D43B2;
    box-shadow: 6px 6px 6px #999;
    user-select: none;
    background: #393186;
    transition: all .05s linear;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button:active {
    box-shadow: 2px 2px 2px #777;
    border-bottom: 1px solid #FFB909;
    transform: translateY(3px);
}

.buttonCorrect {
    text-align: center;
    height: 65px;
    width: 20%;
    line-height: 65px;
    cursor: pointer;
    font-size: 22px;
    text-transform: uppercase;
    color: #F0F0F0;
    border-radius: 30px;
    border-bottom: 4px solid #4D43B2;
    box-shadow: 6px 6px 6px #999;
    user-select: none;
    background: #393186;
    transition: all .05s linear;
    margin-top: 10px;
    margin-bottom: 10px;
}

.buttonCorrect:active {
    box-shadow: 2px 2px 2px #777;
    border-bottom: 1px solid #FFB909;
    transform: translateY(3px);
}

.buttonIntro {
    text-align: center;
    height: 65px;
    width: 20%;
    line-height: 65px;
    cursor: pointer;
    font-size: 22px;
    text-transform: uppercase;
    color: #F0F0F0;
    border-radius: 30px;
    border-bottom: 4px solid #4D43B2;
    box-shadow: 6px 6px 6px #999;
    user-select: none;
    background: #393186;
    transition: all .05s linear;
    margin-top: 10px;
    margin-bottom: 10px;
}

.buttonIntro:active {
    box-shadow: 2px 2px 2px #777;
    border-bottom: 1px solid #FFB909;
    transform: translateY(3px);
}

.header-1 {
    height: 250px;
    width: 80%;
}

.logo-1 {
    height: 156px;
    width: 156px;
}

.user_2 {
    height: 156px;
    width: 156px;
}


table {
margin: 0 auto;
width: 92%;
text-align: center;
border-collapse: collapse;
font-family: Akshar, sans-serif;
font-size: 3vw;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); /* 3D shadow effect for the table */
border-radius: 10px; /* Optional: rounded corners for a smoother look */
}

td {
border: 2px solid #000000;
padding: 10px;
position: relative; /* Position for individual shadows */
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* Shadow for each cell */
}

td:hover {
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Slightly stronger shadow on hover */
transition: box-shadow 0.3s ease-in-out;
}

tr {
transition: all 0.3s ease; /* Smooth transition for rows */
}

tr:hover {
background-color: rgba(84, 81, 79, 0.1); /* Light hover effect on rows */
}

.button {
text-align: center;
height: 65px;
width: 20%;
line-height: 65px;
cursor: pointer;
font-size: 22px;
text-transform: uppercase;
color: #F0F0F0;
border-radius: 30px;
border-bottom: 4px solid #4D43B2;
box-shadow: 6px 6px 6px #999;
user-select: none;
background: #393186;
transition: all .05s linear;
margin-top: 10px;
margin-bottom: 10px;
}

.button:active {
box-shadow: 2px 2px 2px #777;
border-bottom: 1px solid #FFB909;
transform: translateY(3px);
}

.header_name{
    background-color:#ff6634;
   
    color: #ffffff;
    font-weight: bold;
    font-size:3vw;
    display: inline-block;
    width: 92%;
    border-radius: 10px;
    margin: 4%;
}
.img_header{
    height: 500px;
    width: 500px;
    display: block;
}
