body
{
    background-image: url("https://www.cse.iitb.ac.in/~kiranabhinav/back.jpg");
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: 150%;
}
.main .sidebar
{
    background-color: rgb(7, 25, 43);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    width: 225px;
    padding: 15px 0;
    transition: all 0.5s ease;
    text-decoration: none;
    text-align: center;
    
}
.main .sidebar  a{
    color: aqua;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 0 25px #02A4D3;
    padding: auto;
}
.main .sidebar  a:hover{
    color: #00CCCC;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 0 20px #02A4D3,0 0 25px #76D7EA;
    padding: auto;
}
.main .sidebar .photo
{
    text-align: center;

}

.main .sidebar .photo h4
{
    color: white;
    margin: 10px 0 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    box-shadow: 0 0 1px #02A4D3,0 0 2px #02A4D3,0 0 3px #02A4D3;
}
.main .sidebar .photo img{
    margin-bottom: 150px;
    width: 225px;
    height: 250px;
    border-radius: 50%;
    border-color: black;
    margin: 0 auto;
}
.intro
{
    font-size: 20px;
    margin-top: 100px;
    margin-left: 300px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: white;
}
.video
{
    margin-left: 500px;
}
.project
{
    margin-top: 100px;
    margin-left: 300px;
    color: white;
}
table
{
    margin-top: 250px;
    margin-left: 30%;
    color: white;
    font-size: 20px;
    box-sizing: border-box;
    display: grid;
    width: 1000px;
    box-shadow: -1px 12px 12px -6px rgba(0, 0,0, 0.5)  ;
    text-align: center;
}

table,td,th
{
    padding: 20px;
    border: 1px solid gray;
    border-collapse: collapse;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}
th
{
    background-color: darkslategrey;
}
tr :hover
{
    background-color: #02A4D3;
    color: black;
    box-shadow:0 0 3px #02A4D3,0 0 4px #02A4D3,0 0 5px #02A4D3;
}
.contact
{
    margin-top: 20px;
    margin-left: 380px;
    color: white;
    width: 1040px;
    text-decoration: none;
}
.abc
{
    text-decoration: none;
    color: wheat;
}
